From 3c182d810be9df7677efdb83bab1fc664f4ebc26 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Thu, 23 Apr 2020 22:02:44 -0700 Subject: [PATCH] fix(getTxOutPost): Fixed curl example --- src/routes/v3/full-node/blockchain.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/v3/full-node/blockchain.js b/src/routes/v3/full-node/blockchain.js index c1f23bf..a485d55 100644 --- a/src/routes/v3/full-node/blockchain.js +++ b/src/routes/v3/full-node/blockchain.js @@ -692,7 +692,7 @@ class Blockchain { * @apiDescription Returns details about an unspent transaction output (UTXO). * * @apiExample Example usage: - * curl -X POST "https://api.fullstack.cash/v3/blockchain/getTxOut" -H "Content-Type: application/json" -d '{"txid":"a402836c7ced7d7ad2df26d7ee5235f2605d59d65c5c567a750f9eaf186ebb47","vout": 0, "mempool": true}' + * curl -X POST "https://tapi.fullstack.cash/v3/blockchain/getTxOut" -H "Content-Type: application/json" -d '{"txid":"a402836c7ced7d7ad2df26d7ee5235f2605d59d65c5c567a750f9eaf186ebb47","vout": 0, "mempool": true}' * * @apiParam {String} txid Transaction id (required) * @apiParam {Number} vout of transaction (required)