mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Remove deprecated -rpcserialversion
This commit is contained in:
parent
d5e5810bd3
commit
fa46cc22bc
14 changed files with 19 additions and 80 deletions
|
|
@ -595,9 +595,4 @@ void RPCRunLater(const std::string& name, std::function<void()> func, int64_t nS
|
|||
deadlineTimers.emplace(name, std::unique_ptr<RPCTimerBase>(timerInterface->NewTimer(func, nSeconds*1000)));
|
||||
}
|
||||
|
||||
bool RPCSerializationWithoutWitness()
|
||||
{
|
||||
return (gArgs.GetIntArg("-rpcserialversion", DEFAULT_RPC_SERIALIZE_VERSION) == 0);
|
||||
}
|
||||
|
||||
CRPCTable tableRPC;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue