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

Check bitcoin withdrawal addresses' transaction history instead of balance #38

Open
freenancial opened this issue Dec 27, 2020 · 0 comments

Comments

@freenancial
Copy link
Owner

freenancial commented Dec 27, 2020

Right now, we allow withdrawal of Bitcoin to a target address as long as it has an empty balance. However, we should not reuse a Bitcoin address even if it has zero balance if it had already been transacted before.

So instead, we should check the transaction history of the target address, and avoid using it if it has had any transactions.

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

1 participant