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

fix Address.utxo integration test #149

Open
christroutner opened this issue Oct 13, 2019 · 0 comments
Open

fix Address.utxo integration test #149

christroutner opened this issue Oct 13, 2019 · 0 comments
Labels
Ready Issue is actionable.

Comments

@christroutner
Copy link

The integration test for Address.utxo() is failing because the address it uses for the test have no utxos. This is the address:

bitcoincash:qrdka2205f4hyukutc2g0s6lykperc8nsu5u2ddpqf

The scope of this task is to:

  • Create a new wallet and fund the first address with 1000 sats.
  • Replace the current address with the new address in the Address.utxo integration test.
  • Destroy the wallet so the UTXO will never be spent.

I am funding the above address with 1000 sats to keep the test functioning until it can be fixed. I have no way to know when/if the UTXO will be spent.

@christroutner christroutner added the Ready Issue is actionable. label Nov 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready Issue is actionable.
Projects
None yet
Development

No branches or pull requests

1 participant