Page MenuHomePhabricator

[ecash-agora] Automatically update wallet utxo set after agora tx methods
AcceptedPublic

Authored by bytesofman on Wed, May 6, 17:11.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Summary

ecash-wallet has this behavior for all methods outside of agora methods. We should also do it by default for the agora methods.

Implement in such a way that we do not need to make any additional chronik calls. We know all the txs that were broadcast from creating them, use that info. ecash-wallet does the same thing.

Test Plan

npm test