From b0f5f86e53b16559a91b36063a1b3f57bdf289cb Mon Sep 17 00:00:00 2001 From: bnchk <108313235+bnchk@users.noreply.github.com> Date: Tue, 14 Mar 2023 17:41:05 +1100 Subject: [PATCH] Update 02-build-transactions.md --- 02-build-transactions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```