diff --git a/bchain/coins/bch/bcashrpc.go b/bchain/coins/bch/bcashrpc.go index bba9d785..fbd1ab10 100644 --- a/bchain/coins/bch/bcashrpc.go +++ b/bchain/coins/bch/bcashrpc.go @@ -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 }