Skip to content

Commit

Permalink
Now says who the coin was sent to as it is being sent '1 coins sent t…
Browse files Browse the repository at this point in the history
…o <address'
  • Loading branch information
Max00355 committed Dec 2, 2013
1 parent 421ce21 commit 6838fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion send_coin.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def send(address, amount):

send_command.send(out_s)
sent_ += 1
print str(sent_)+" coins sent."
print str(sent_)+" coins sent to "+address
print "Coins sent!"


Expand Down

0 comments on commit 6838fd9

Please sign in to comment.