Fix init order warning (#2317)

This commit is contained in:
cryptocode 2019-09-25 14:28:59 +02:00 committed by GitHub
commit 43dad41f8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);