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