Skip to content

Commit abb8ab6

Browse files
committed
add sending to readme
1 parent f4b2015 commit abb8ab6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,14 @@ And of course each account has its own balance too:
2626

2727
## Transactions
2828

29-
You can get all the transactions in an account too:
29+
You can get all the transactions in an account:
3030

3131
ransom.transactions # => [#<Bitcoind::Transaction abadbabe123deadbeef 2.19 to eve-online ransoms at 2011-02-19 16:21:09 -0500>]
3232

33+
You can send money from an account too:
34+
35+
ransom.send_to 'destinationaddress', 2 # => #<Bitcoind::Account deadbeef888abadbeef UNCONFIRMED>
36+
3337
## Making Accounts
3438

3539
Creating an account with an associated address is done through the accounts interface:

0 commit comments

Comments
 (0)