Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

RPC method getRawTransactionInfo always returns inMempool: false #529

Closed
tomkha opened this issue Dec 12, 2019 · 0 comments · Fixed by #535
Closed

RPC method getRawTransactionInfo always returns inMempool: false #529

tomkha opened this issue Dec 12, 2019 · 0 comments · Fixed by #535
Assignees

Comments

@tomkha
Copy link
Contributor

tomkha commented Dec 12, 2019

This doesn't work as liveTx.confirmations is undefined if a transaction is pending in mempool

liveTx.inMempool = (liveTx.confirmations === 0);

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

Successfully merging a pull request may close this issue.

2 participants