typo fix and changed payment_id to payment_ids

This commit is contained in:
Brendan Telzrow 2015-12-11 12:59:08 -06:00
parent b2081355ca
commit 872139c3c4

View file

@ -82,7 +82,7 @@ simplewallet
store
save the blockchain
get_payemnts
get_payments
get a list of incoming payments using a given payment id
inputs:
payment_id: string
@ -97,7 +97,7 @@ simplewallet
get_bulk_payments
get a list of incoming payments using a given payment id, or a list of payments ids, from a given height
inputs:
payment_id: list of:
payment_ids: array of:
string
min_block_height: unsigned int
the block height at which to start looking for payments