Skip to content

Commit

Permalink
Merge pull request #1729 from gnasr/fix-psbtopts-feerate-type
Browse files Browse the repository at this point in the history
btcjson: Update WalletCreateFundedPsbtOpts.FeeRate type
  • Loading branch information
onyb committed Jun 25, 2021
2 parents 63438c6 + 505915d commit 86a1726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion btcjson/walletsvrcmds.go
Expand Up @@ -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"`
Expand Down

0 comments on commit 86a1726

Please sign in to comment.