Skip to content

[Refactor] create pool address manager interface

Son of Odin requested to merge mock-pooladdrmgr into master

This switches the pool address manager from a struct to an interface. Doing so makes it easy to write tests for other structs that utilize the pool address manager in their own tests.

Merge request reports