Skip to content

Commit

Permalink
Add missing param
Browse files Browse the repository at this point in the history
  • Loading branch information
aryzing committed Oct 3, 2024
1 parent dcb260f commit 27f9f3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/request/types/btcMethods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ export const signPsbtParamsSchema = v.object({
* The key is the address and the value is an array of indexes of the inputs to sign.
*/
signInputs: v.record(v.string(), v.array(v.number())),
allowedSignHash: v.optional(v.number()),
/**
* Whether to broadcast the transaction after signing.
**/
Expand Down

0 comments on commit 27f9f3c

Please sign in to comment.