Skip to content
Snippets Groups Projects
Unverified Commit ce4bc8bb authored by David Bohn's avatar David Bohn
Browse files

Added wallets() method to access list of wallets in config

parent dbba1e8c
No related branches found
No related tags found
1 merge request!5Configuration system
......@@ -89,6 +89,10 @@ public abstract class AbstractConfiguration extends AbstractNode {
return activeActors.get(ThreadLocalRandom.current().nextInt(activeActors.size()));
}
public List<ActorRef> wallets() {
return this.activeActors;
}
/**
* Create the supervisor node
* @return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment