mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
node: Removed unused wallet-related methods from the Node interface.
This commit is contained in:
@@ -173,15 +173,6 @@ public:
|
||||
//! Get dust relay fee.
|
||||
virtual CFeeRate getDustRelayFee() = 0;
|
||||
|
||||
//! Get fallback fee.
|
||||
virtual CFeeRate getFallbackFee() = 0;
|
||||
|
||||
//! Get pay tx fee.
|
||||
virtual CFeeRate getPayTxFee() = 0;
|
||||
|
||||
//! Set pay tx fee.
|
||||
virtual void setPayTxFee(CFeeRate rate) = 0;
|
||||
|
||||
//! Execute rpc command.
|
||||
virtual UniValue executeRpc(const std::string& command, const UniValue& params, const std::string& uri) = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user