Remove deprecated -rpcserialversion

This commit is contained in:
MarcoFalke 2023-11-16 10:35:08 +01:00
parent d5e5810bd3
commit fa46cc22bc
No known key found for this signature in database
14 changed files with 19 additions and 80 deletions

View file

@ -400,7 +400,7 @@ static RPCHelpMan generateblock()
obj.pushKV("hash", block_out->GetHash().GetHex());
if (!process_new_block) {
DataStream block_ser;
block_ser << RPCTxSerParams(*block_out);
block_ser << TX_WITH_WITNESS(*block_out);
obj.pushKV("hex", HexStr(block_ser));
}
return obj;