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

A transaction with the same nonce value can be created #292

Closed
earlbread opened this issue Jun 17, 2019 · 1 comment
Closed

A transaction with the same nonce value can be created #292

earlbread opened this issue Jun 17, 2019 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@earlbread
Copy link
Contributor

Currently, a transaction with the same nonce value can be created because transaction creation and stage API are separate. We need to combine the interfaces into one to prevent InvalidTxNonceException.

@earlbread earlbread added the bug Something isn't working label Jun 17, 2019
@earlbread earlbread added this to the 0.4.0 milestone Jun 17, 2019
@earlbread earlbread self-assigned this Jun 17, 2019
@earlbread
Copy link
Contributor Author

Closed by #294.

limebell pushed a commit to limebell/libplanet that referenced this issue Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant