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 +```