Skip to content

Commit

Permalink
Remove magic number for skip flag #2717
Browse files Browse the repository at this point in the history
  • Loading branch information
sgerbino committed Sep 7, 2018
1 parent d25c375 commit 82e6414
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class block_producer {
fc::time_point_sec when,
const chain::account_name_type& witness_owner,
const fc::ecc::private_key& block_signing_private_key,
uint32_t skip = 0);
uint32_t skip = chain::database::skip_nothing);

private:
chain::database& _db;
Expand Down

0 comments on commit 82e6414

Please sign in to comment.