mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-14 04:16:35 +02:00
Merge pull request #82 from PsychicCat/master
typo fix and changed payment_id to payment_ids
This commit is contained in:
commit
7ec4a591b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user