|
|
@ -216,9 +216,6 @@ class NodeImpl : public Node
|
|
|
|
return result;
|
|
|
|
return result;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
CFeeRate getDustRelayFee() override { return ::dustRelayFee; }
|
|
|
|
CFeeRate getDustRelayFee() override { return ::dustRelayFee; }
|
|
|
|
CFeeRate getFallbackFee() override { CHECK_WALLET(return CWallet::fallbackFee); }
|
|
|
|
|
|
|
|
CFeeRate getPayTxFee() override { CHECK_WALLET(return ::payTxFee); }
|
|
|
|
|
|
|
|
void setPayTxFee(CFeeRate rate) override { CHECK_WALLET(::payTxFee = rate); }
|
|
|
|
|
|
|
|
UniValue executeRpc(const std::string& command, const UniValue& params, const std::string& uri) override
|
|
|
|
UniValue executeRpc(const std::string& command, const UniValue& params, const std::string& uri) override
|
|
|
|
{
|
|
|
|
{
|
|
|
|
JSONRPCRequest req;
|
|
|
|
JSONRPCRequest req;
|
|
|
|