mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 14:08:40 +01:00
Remove deprecated -rpcserialversion
This commit is contained in:
@@ -334,9 +334,6 @@ public:
|
||||
//! Run function after given number of seconds. Cancel any previous calls with same name.
|
||||
virtual void rpcRunLater(const std::string& name, std::function<void()> fn, int64_t seconds) = 0;
|
||||
|
||||
//! Current RPC serialization flags.
|
||||
virtual bool rpcSerializationWithoutWitness() = 0;
|
||||
|
||||
//! Get settings value.
|
||||
virtual common::SettingsValue getSetting(const std::string& arg) = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user