From fa46cc22bc696e6845915ae91d6b68e36bf4c242 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Thu, 16 Nov 2023 10:35:08 +0100 Subject: Remove deprecated -rpcserialversion --- src/interfaces/chain.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/interfaces') diff --git a/src/interfaces/chain.h b/src/interfaces/chain.h index aeb3797392..c5f956822f 100644 --- a/src/interfaces/chain.h +++ b/src/interfaces/chain.h @@ -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 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; -- cgit v1.2.3