Skip to content

Commit

Permalink
add fee_rate
Browse files Browse the repository at this point in the history
  • Loading branch information
hongjia.hu authored and hongjia.hu committed Nov 8, 2018
1 parent 3a9172f commit c461308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions btcjson/wormholeresults.go
Expand Up @@ -254,6 +254,7 @@ type GenerateTransactionResult struct {
TokensPerUnit string `json:"tokensperunit,omitempty"`
Deadline int64 `json:"deadline,omitempty"`
EarlyBonus uint8 `json:"earlybonus,omitempty"`
FeeRate *decimal.Decimal `json:"fee_rate"`
}

type Recipient struct {
Expand Down

0 comments on commit c461308

Please sign in to comment.