Switch namecoin to EstimateSmartFee rpc call
This commit is contained in:
parent
2304c77732
commit
8c41cf2356
@ -24,7 +24,7 @@ func NewNamecoinRPC(config json.RawMessage, pushHandler func(bchain.Notification
|
|||||||
b.(*btc.BitcoinRPC),
|
b.(*btc.BitcoinRPC),
|
||||||
}
|
}
|
||||||
s.RPCMarshaler = btc.JSONMarshalerV1{}
|
s.RPCMarshaler = btc.JSONMarshalerV1{}
|
||||||
s.ChainConfig.SupportsEstimateSmartFee = false
|
s.ChainConfig.SupportsEstimateFee = false
|
||||||
|
|
||||||
return s, nil
|
return s, nil
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user