Skip to content

Commit af6ba58

Browse files
committed
Fix up integer downcast warning.
1 parent c85df9b commit af6ba58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/block_database.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ using namespace bc;
2626
using namespace bc::chain;
2727
using namespace bc::database;
2828

29-
transaction random_tx(size_t fudge)
29+
transaction random_tx(uint32_t fudge)
3030
{
3131
static const auto genesis = block::genesis_mainnet();
3232
auto result = genesis.transactions()[0];

0 commit comments

Comments
 (0)