btcjson: Update WalletCreateFundedPsbtOpts.FeeRate from *int64 to *float64
This commit is contained in:
parent
63438c6d36
commit
505915dc3f
1 changed files with 1 additions and 1 deletions
|
@ -1029,7 +1029,7 @@ type WalletCreateFundedPsbtOpts struct {
|
||||||
ChangeType *ChangeType `json:"change_type,omitempty"`
|
ChangeType *ChangeType `json:"change_type,omitempty"`
|
||||||
IncludeWatching *bool `json:"includeWatching,omitempty"`
|
IncludeWatching *bool `json:"includeWatching,omitempty"`
|
||||||
LockUnspents *bool `json:"lockUnspents,omitempty"`
|
LockUnspents *bool `json:"lockUnspents,omitempty"`
|
||||||
FeeRate *int64 `json:"feeRate,omitempty"`
|
FeeRate *float64 `json:"feeRate,omitempty"`
|
||||||
SubtractFeeFromOutputs *[]int64 `json:"subtractFeeFromOutputs,omitempty"`
|
SubtractFeeFromOutputs *[]int64 `json:"subtractFeeFromOutputs,omitempty"`
|
||||||
Replaceable *bool `json:"replaceable,omitempty"`
|
Replaceable *bool `json:"replaceable,omitempty"`
|
||||||
ConfTarget *int64 `json:"conf_target,omitempty"`
|
ConfTarget *int64 `json:"conf_target,omitempty"`
|
||||||
|
|
Loading…
Reference in a new issue