From d71b23c56458f23ca9c628c81bb6a06ee64b55ca Mon Sep 17 00:00:00 2001 From: Carlos Souza Date: Thu, 17 Nov 2022 17:38:08 -0500 Subject: [PATCH] remove unused variable --- 02-build-transactions.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/02-build-transactions.md b/02-build-transactions.md index fae9381..72f376f 100644 --- a/02-build-transactions.md +++ b/02-build-transactions.md @@ -50,7 +50,6 @@ Since we need each of those values in our transaction, we will store them indivi ```sh MY_TX_HASH="insert your txhash here" MY_TX_IX="insert your TxIx here" -MY_FUNDS="insert Amount here" ``` Now we need to define how much we want to transfer. It needs to be less than the amount of available funds, also taking into account the fees for the transfer. @@ -94,4 +93,4 @@ Congratulations, we have now successfully transfered some ADA. After a couple of ```sh cardano-cli query utxo --address $OTHER_ADDRESS --testnet-magic $CARDANO_NODE_MAGIC -``` \ No newline at end of file +```