Disable bcash unsupported EstimateSmartFee

pull/133/head
Martin Boehm 2019-03-04 11:05:09 +01:00
parent 4b15e46602
commit 1540dc940d
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ func NewBCashRPC(config json.RawMessage, pushHandler func(bchain.NotificationTyp
s := &BCashRPC{
b.(*btc.BitcoinRPC),
}
s.ChainConfig.SupportsEstimateSmartFee = false
return s, nil
}