pchain-org / pchain

Pchain client-in-Go
https://plian.org
GNU General Public License v3.0
24 stars 12 forks source link

new_one_stack branch, kill the pchain process make it not start #10

Open pchain-org opened 6 years ago

pchain-org commented 6 years ago

There occured once. Kill(ctrl+c) the pchain when it was mining, then start it, pchain can not start up. The log shows that the last block number in tendermint is 32, but in ethereum is 31; so pchain tries to get block 32 and failed. the data inconsistency was caused by writing tendermint data is before writing ethereum data. Should fix this.