Updating curl example

This commit is contained in:
Chris Troutner
2020-01-18 21:10:16 -08:00
parent c7ceed8784
commit 356eb721c8
+1 -1
View File
@@ -595,7 +595,7 @@ async function getMempoolEntryBulk(req, res, next) {
* against the 25 ancestor chain-limit.
*
* @apiExample Example usage:
* curl -X GET "https://mainnet.bchjs.cash/v3/blockchain/getMempoolEntry/fe28050b93faea61fa88c4c630f0e1f0a1c24d0082dd0e10d369e13212128f33" -H "accept: application/json"
* curl -X GET "https://mainnet.bchjs.cash/v3/blockchain/getMempoolAncestors/fe28050b93faea61fa88c4c630f0e1f0a1c24d0082dd0e10d369e13212128f33" -H "accept: application/json"
*
*/
async function getMempoolAncestorsSingle(req, res, next) {