bitcoin-atm

bitcoin atm for pyc inc.

git clone https://9o.is/git/bitcoin-atm.git

commit 300310e88f45a6de41d8e2a726fff6797c158671
parent 2adc6b793d284eac9e3d0f727760b76c995c150f
Author: Jul <jul@9o.is>
Date:   Thu,  7 Aug 2014 06:06:06 -0700

rename Network actor

Diffstat:
Msrc/main/scala/inc/pyc/chimera/snippet/Network.scala | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/scala/inc/pyc/chimera/snippet/Network.scala b/src/main/scala/inc/pyc/chimera/snippet/Network.scala @@ -19,7 +19,7 @@ object Network { /** * Transaction State Actor System */ - val system = ActorSystem("TransactionSystem") + val system = ActorSystem("NetworkSystem") /** @@ -30,7 +30,7 @@ object Network { /** * The main actor that handles communications. */ - private val actor = system.actorOf(Props[Network], "NetworkChecker") + private val actor = system.actorOf(Props[Network], "PingActor") /** * The ticker that checks network connection every 20 seconds.