Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vctt94 authored and davecgh committed Jul 29, 2018
1 parent 1254585 commit ea32a60
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dcrjson/walletsvrcmds.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,9 @@ func NewEstimatePriorityCmd(numBlocks int64) *EstimatePriorityCmd {
// FundRawTransactionOptions represents the optional inputs to fund
// a raw transaction.
type FundRawTransactionOptions struct {
ChangeAccount *string
LockUnspents *bool `jsonrpcdefault:"false"`
FeeRate *float64
RequiredConfirmations *int32
ChangeAddress *string `json:"changeaddress"`
FeeRate *float64 `json:"feerate"`
ConfTarget *int32 `json:"conf_target"`
}

// FundRawTransactionCmd is a type handling custom marshaling and
Expand Down

0 comments on commit ea32a60

Please sign in to comment.