You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can't use AwaitUtxo for validating mempool transactions, because it gets UTXOs from any chain or any queue.
We should use BestChainUtxo request rather than AwaitUtxo to verify mempool transactions (like in the original komodod transactions sent to mempool are checked against the coin cache which is populated from the active chain).
(Block transactions should still use AwaitUtxo.)
We can't use AwaitUtxo for validating mempool transactions, because it gets UTXOs from any chain or any queue.
We should use BestChainUtxo request rather than AwaitUtxo to verify mempool transactions (like in the original komodod transactions sent to mempool are checked against the coin cache which is populated from the active chain).
(Block transactions should still use AwaitUtxo.)
See the original issue description: ZcashFoundation#5386
The text was updated successfully, but these errors were encountered: