refactor: Remove unused code

This commit is contained in:
MarcoFalke
2021-04-04 12:40:09 +02:00
parent faa921f787
commit 0000007709
3 changed files with 0 additions and 10 deletions

View File

@@ -559,9 +559,3 @@ void SelectParams(const std::string& network)
SelectBaseParams(network);
globalChainParams = CreateChainParams(gArgs, network);
}
std::ostream& operator<<(std::ostream& o, const AssumeutxoData& aud)
{
o << strprintf("AssumeutxoData(%s, %s)", aud.hash_serialized.ToString(), aud.nChainTx);
return o;
}