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

Chaining unconfirmed transactions does not work #144

Closed
merc1er opened this issue Apr 26, 2024 · 1 comment
Closed

Chaining unconfirmed transactions does not work #144

merc1er opened this issue Apr 26, 2024 · 1 comment

Comments

@merc1er
Copy link
Member

merc1er commented Apr 26, 2024

Example:

from bitcash import Key

key = Key("YOUR KEY HERE")
key.get_balance()

key.send([], message="1")
# 0c849243fc76a9d1bef526e5d8c85f18382a83b1014eb4c363ec1726685cd5fd <- this transaction is valid
key.get_balance()
key.send([], message="2")
# 424bbe29c6f4ef4d4e7440e264555c5be6870e050155378a2971fe7fe875ae83 <- this transaction is not found in the explorer

Another example:

Screenshot 2024-04-26 at 19 31 04

Here the balance does not make sense, since it would mean the second transaction is free (which is not the case).

@merc1er
Copy link
Member Author

merc1er commented May 5, 2024

Fixed by #141

@merc1er merc1er closed this as completed May 5, 2024
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