Skip to content

[Refactor] TxOutStore

Son of Odin requested to merge refactor-txoutstore into master

This embeds a keeper into the TxOutStore, instead of passing it in as a param into a couple of funcs. I've also renamed a variable that was PoolAddress but actually wasn't an address, its a pubkey. In addition, I dropped the asgard param from AddTxOutItem.

Merge request reports