Skip to content

Commit b63a2bc

Browse files
SixofClubsssNelbert442
authored andcommitted
update EstimateFees FromContext (deroproject#171)
1 parent 182ab3b commit b63a2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

walletapi/rpcserver/rpc_estimate_fees.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func EstimateFees(ctx context.Context, p rpc.EstimateFees_Params) (result rpc.Es
3434
}
3535
}()
3636

37-
w := fromContext(ctx)
37+
w := FromContext(ctx)
3838

3939
for _, t := range p.Transfers {
4040
_, err = t.Payload_RPC.CheckPack(transaction.PAYLOAD0_LIMIT)

0 commit comments

Comments
 (0)