From c461308ca1ddc18f46229e867f98710dbac1f450 Mon Sep 17 00:00:00 2001 From: "hongjia.hu" Date: Thu, 8 Nov 2018 09:43:39 +0800 Subject: [PATCH] add fee_rate --- btcjson/wormholeresults.go | 1 + 1 file changed, 1 insertion(+) diff --git a/btcjson/wormholeresults.go b/btcjson/wormholeresults.go index f665447..07580e0 100644 --- a/btcjson/wormholeresults.go +++ b/btcjson/wormholeresults.go @@ -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 {