Merge pull request #2119 from nikicat/nb/include-unsafe

Added 'include_unsafe' option to FundRawTransaction
This commit is contained in:
Olaoluwa Osuntokun 2024-02-22 14:46:04 -08:00 committed by GitHub
commit d55c55a81f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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