mirror of
https://github.com/btcsuite/btcd.git
synced 2025-02-23 14:40:44 +01:00
Merge pull request #2119 from nikicat/nb/include-unsafe
Added 'include_unsafe' option to FundRawTransaction
This commit is contained in:
commit
d55c55a81f
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ type FundRawTransactionOpts struct {
|
||||||
Replaceable *bool `json:"replaceable,omitempty"`
|
Replaceable *bool `json:"replaceable,omitempty"`
|
||||||
ConfTarget *int `json:"conf_target,omitempty"`
|
ConfTarget *int `json:"conf_target,omitempty"`
|
||||||
EstimateMode *EstimateSmartFeeMode `json:"estimate_mode,omitempty"`
|
EstimateMode *EstimateSmartFeeMode `json:"estimate_mode,omitempty"`
|
||||||
|
IncludeUnsafe *bool `json:"include_unsafe,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// FundRawTransactionCmd defines the fundrawtransaction JSON-RPC command
|
// FundRawTransactionCmd defines the fundrawtransaction JSON-RPC command
|
||||||
|
|
Loading…
Add table
Reference in a new issue