Switch namecoin to EstimateSmartFee rpc call

This commit is contained in:
Martin Boehm 2018-10-02 12:36:43 +02:00
parent 2304c77732
commit 8c41cf2356

View File

@ -24,7 +24,7 @@ func NewNamecoinRPC(config json.RawMessage, pushHandler func(bchain.Notification
b.(*btc.BitcoinRPC),
}
s.RPCMarshaler = btc.JSONMarshalerV1{}
s.ChainConfig.SupportsEstimateSmartFee = false
s.ChainConfig.SupportsEstimateFee = false
return s, nil
}