We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c85df9b commit af6ba58Copy full SHA for af6ba58
1 file changed
test/block_database.cpp
@@ -26,7 +26,7 @@ using namespace bc;
26
using namespace bc::chain;
27
using namespace bc::database;
28
29
-transaction random_tx(size_t fudge)
+transaction random_tx(uint32_t fudge)
30
{
31
static const auto genesis = block::genesis_mainnet();
32
auto result = genesis.transactions()[0];
0 commit comments