Skip to content

Instantly share code, notes, and snippets.

@kylemccollom
Created December 17, 2018 17:00
Show Gist options
  • Save kylemccollom/bd413eea582df0da0c7843697026c8a6 to your computer and use it in GitHub Desktop.
Save kylemccollom/bd413eea582df0da0c7843697026c8a6 to your computer and use it in GitHub Desktop.
val channel = system.actorOf(Props(classOf[Channel], primaryAccount, TestNetwork, 24))
(1 to 2000) foreach { _ =>
channel ! Pay(recipient, Amount.lumens(1))
}
channel ! Close
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment