Skip to content

Commit

Permalink
Merge pull request #2119 from nikicat/nb/include-unsafe
Browse files Browse the repository at this point in the history
Added 'include_unsafe' option to FundRawTransaction
  • Loading branch information
Roasbeef committed Feb 22, 2024
2 parents 13152b3 + 069a0ec commit d55c55a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions btcjson/chainsvrcmds.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ type FundRawTransactionOpts struct {
Replaceable *bool `json:"replaceable,omitempty"`
ConfTarget *int `json:"conf_target,omitempty"`
EstimateMode *EstimateSmartFeeMode `json:"estimate_mode,omitempty"`
IncludeUnsafe *bool `json:"include_unsafe,omitempty"`
}

// FundRawTransactionCmd defines the fundrawtransaction JSON-RPC command
Expand Down

0 comments on commit d55c55a

Please sign in to comment.