Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Fixed signature verification failed issue #82

Merged
merged 1 commit into from
Sep 10, 2021

Conversation

deletedcu
Copy link
Contributor

@deletedcu deletedcu commented Sep 9, 2021

Description of the Problem / Feature

When test the beneficiary withdraw, I got this error.
signature verification failed; please verify account number (), sequence () and chain-id (localterra): unauthorized

Explanation of the solution

Pass the test without error.

Instructions on making this work

This error can normally arise from an incorrect sequence number (trying to send another transaction too quickly).
In test-suite, testCharityCanUpdateStrategies and testBeneficiaryCanWithdrawFromLiquid try to send transaction too quickly.
So I set the timeout between two transactions and then the issue was resolved.

Reference: cosmos/cosmos-sdk#3655

@deletedcu deletedcu added the _day label Sep 9, 2021
@deletedcu deletedcu added this to the MVP milestone Sep 9, 2021
@deletedcu deletedcu self-assigned this Sep 9, 2021
@SovereignAndrey SovereignAndrey merged commit f61931b into RC-MVP Sep 10, 2021
@SovereignAndrey SovereignAndrey deleted the beneficiary-withdraw-issue branch October 9, 2021 01:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants