We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc8384e + aa76013 commit f41d9d5Copy full SHA for f41d9d5
1 file changed
modules/express/src/typedRoutes/api/v2/sendCoins.ts
@@ -67,7 +67,7 @@ export const SendCoinsRequestBody = {
67
numBlocks: optional(t.number),
68
69
/** The desired fee rate for the transaction in base units per kilobyte (e.g., satoshis/kB) */
70
- feeRate: optional(t.number),
+ feeRate: optional(t.union([t.number, t.string])),
71
72
/** Fee multiplier (multiplies the estimated fee by this factor) */
73
feeMultiplier: optional(t.number),
0 commit comments