We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2479519 commit 9d02fe5Copy full SHA for 9d02fe5
walletapi/rpcserver/rpc_estimate_fees.go
@@ -34,7 +34,7 @@ func EstimateFees(ctx context.Context, p rpc.EstimateFees_Params) (result rpc.Es
34
}
35
}()
36
37
- w := fromContext(ctx)
+ w := FromContext(ctx)
38
39
for _, t := range p.Transfers {
40
_, err = t.Payload_RPC.CheckPack(transaction.PAYLOAD0_LIMIT)
0 commit comments