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

This commit is contained in:
Gabriel Nasr 2021-06-25 15:20:16 -03:00
parent 63438c6d36
commit 505915dc3f
1 changed files with 1 additions and 1 deletions

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"`