diff --git a/02-build-transactions.md b/02-build-transactions.md index fae9381..c7b2d93 100644 --- a/02-build-transactions.md +++ b/02-build-transactions.md @@ -59,7 +59,7 @@ Now we need to define how much we want to transfer. It needs to be less than the TRANSFER_AMOUNT="999920" ``` -Now we are ready to build the first transaction to calculate our fee and save it in a file called matx.raw. We will reference the variables in our transaction to improve readability because we saved almost all of the needed values in variables. This is what our transaction looks like: +Now we are ready to build the first transaction to calculate our fee and save it in a file called transfer.raw. We will reference the variables in our transaction to improve readability because we saved almost all of the needed values in variables. This is what our transaction looks like: ```sh cardano-cli transaction build \ @@ -94,4 +94,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 +```