bitsuperlab / operation_tools

The operation tools for bitshares operations, most in python maybe
15 stars 13 forks source link

delegate restart should not use wallet_next_block_production_timestamp for now #1

Open hackfisher opened 10 years ago

hackfisher commented 10 years ago

Because the return of this value is not accurate sometimes now, when the delegate already produce the block in the round.

Refer https://github.com/BitShares/bitshares_toolkit/issues/560

Should replace with or combined with "left blocks in this round" for now.

https://github.com/Bitsuperlab/operation_tools/blob/master/restart/restart.py#L26