Fix init order warning (#2317)
This commit is contained in:
parent
58cacfe886
commit
43dad41f8d
1 changed files with 1 additions and 1 deletions
|
@ -19,9 +19,9 @@ callback (callback_a),
|
|||
backoff (backoff_a),
|
||||
node (node_a),
|
||||
root (root_a),
|
||||
account (account_a),
|
||||
need_resolve (node.config.work_peers),
|
||||
difficulty (difficulty_a),
|
||||
account (account_a),
|
||||
elapsed (nano::timer_state::started, "distributed work generation timer")
|
||||
{
|
||||
assert (!completed);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue