Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong Block.Header.AppHash #48

Open
0xChupaCabra opened this issue Feb 28, 2022 · 1 comment
Open

wrong Block.Header.AppHash #48

0xChupaCabra opened this issue Feb 28, 2022 · 1 comment

Comments

@0xChupaCabra
Copy link

Hello, my node crashes while syncing. Here is a snippet of the log:

get bch block hash
get bch block: 729335
This Node ID: 2dc40e35a396a874ce97660409e0335e4f41218b
I[2022-02-28|09:43:43.421] Starting multiAppConn service                module=proxy impl=multiAppConn
I[2022-02-28|09:43:43.421] Starting localClient service                 module=abci-client connection=query impl=localClient
I[2022-02-28|09:43:43.421] Starting localClient service                 module=abci-client connection=snapshot impl=localClient
I[2022-02-28|09:43:43.421] Starting localClient service                 module=abci-client connection=mempool impl=localClient
I[2022-02-28|09:43:43.421] Starting localClient service                 module=abci-client connection=consensus impl=localClient
I[2022-02-28|09:43:43.424] Starting EventBus service                    module=events impl=EventBus
I[2022-02-28|09:43:43.424] Starting PubSub service                      module=pubsub impl=PubSub
I[2022-02-28|09:43:43.424] Starting IndexerService service              module=txindex impl=IndexerService
I[2022-02-28|09:43:43.425] ABCI Handshake App Info                      module=consensus height=3260729 hash=E30B31610A637F56538765573BEFE363916369537C24A659F5B84DB31496ED2A software-version= protocol-version=0
I[2022-02-28|09:43:43.425] ABCI Replay Blocks                           module=consensus appHeight=3260729 storeHeight=3260730 stateHeight=3260729
I[2022-02-28|09:43:43.425] Replay last block using real app             module=consensus
ERROR: error during handshake: error on replay: wrong Block.Header.AppHash.  Expected E30B31610A637F56538765573BEFE363916369537C24A659F5B84DB31496ED2A, got 9C5B74AE5CCB304F655968AADD64C00ED4D7B0C77665E8B8A5FB9ADA83A28162

How can I resolve the problem? Let me know if you need any other details. Thanks!

@helldealer
Copy link
Collaborator

helldealer commented Mar 2, 2022

Please refer to this issue #22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@helldealer @0xChupaCabra and others