Skip to content

Commit 9d02fe5

Browse files
committed
update EstimateFees FromContext (deroproject#171)
1 parent 2479519 commit 9d02fe5

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)