btcjson: Update WalletCreateFundedPsbtOpts.FeeRate from *int64 to *float64

This commit is contained in:
Gabriel Nasr 2021-06-25 15:20:16 -03:00 committed by Roy Lee
parent ac1fdda8a0
commit 40fe74adb8

View file

@ -1029,7 +1029,7 @@ type WalletCreateFundedPsbtOpts struct {
ChangeType *ChangeType `json:"change_type,omitempty"`
IncludeWatching *bool `json:"includeWatching,omitempty"`
LockUnspents *bool `json:"lockUnspents,omitempty"`
FeeRate *int64 `json:"feeRate,omitempty"`
FeeRate *float64 `json:"feeRate,omitempty"`
SubtractFeeFromOutputs *[]int64 `json:"subtractFeeFromOutputs,omitempty"`
Replaceable *bool `json:"replaceable,omitempty"`
ConfTarget *int64 `json:"conf_target,omitempty"`