| 83 | AddressState &addressState; |
| 84 | |
| 85 | ProcessAddressesStep(AddressState &addressState_) : addressState(addressState_) {} |
| 86 | |
| 87 | std::vector<std::function<void(RawTransaction &tx)>> steps() override; |
| 88 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected