Skip to content

Commit

Permalink
merging v25
Browse files Browse the repository at this point in the history
  • Loading branch information
coranos committed May 26, 2023
1 parent 4e8d3a8 commit fb605a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nano/core_test/message.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace
{
std::shared_ptr<nano::block> random_block ()
{`
{
nano::block_builder builder;
auto block = builder
.send ()
Expand Down Expand Up @@ -72,7 +72,7 @@ TEST (message, publish_serialization)
publish.header.serialize (stream);
}
ASSERT_EQ (8, bytes.size ());
ASSERT_EQ (0x52, bytes[0]);
ASSERT_EQ (0x42, bytes[0]);
ASSERT_EQ (0x41, bytes[1]);
ASSERT_EQ (nano::dev::network_params.network.protocol_version, bytes[2]);
ASSERT_EQ (nano::dev::network_params.network.protocol_version, bytes[3]);
Expand Down

0 comments on commit fb605a5

Please sign in to comment.