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

wallet - clearing pending transactions #19

Closed
CJentzsch opened this issue May 22, 2015 · 1 comment
Closed

wallet - clearing pending transactions #19

CJentzsch opened this issue May 22, 2015 · 1 comment

Comments

@CJentzsch
Copy link
Contributor

When we change somethinig in the ownership, we call "clearPending()" (https://github.com/ethereum/dapp-bin/blob/master/wallet/wallet2.sol#L147). But when doing this, the map with the transaction in the "wallet" contract (https://github.com/ethereum/dapp-bin/blob/master/wallet/wallet2.sol#L301) stays there and does not get cleared. Here an example as a StateTest: https://gist.github.com/CJentzsch/a751c6d6d6bb5c893363

@CJentzsch
Copy link
Contributor Author

fixed by now

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

No branches or pull requests

1 participant