mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 08:18:03 +00:00
typo fix and changed payment_id to payment_ids
This commit is contained in:
parent
b2081355ca
commit
872139c3c4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue