mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
Use DataStream where possible
This commit is contained in:
@@ -111,7 +111,7 @@ FUZZ_TARGET_INIT(key, initialize_key)
|
||||
}
|
||||
|
||||
{
|
||||
CDataStream data_stream{SER_NETWORK, INIT_PROTO_VERSION};
|
||||
DataStream data_stream{};
|
||||
pubkey.Serialize(data_stream);
|
||||
|
||||
CPubKey pubkey_deserialized;
|
||||
|
||||
Reference in New Issue
Block a user