recieve->receive

This commit is contained in:
jolan 2014-03-14 15:08:51 -05:00
parent f65ea832de
commit 1bc63bfd5d

View file

@ -428,7 +428,7 @@ transaction "txid". The object follows the following format:
{
"account":"name", # The acount name involvedi n the transaction. "" means the default.
"address":"address", # The address involved in the transaction as a string.
"category":"send|recieve", # Category - either send or recieve.
"category":"send|receive", # Category - either send or receive.
"amount":n, # numeric amount in BTC.
}
...