From c772d8fb55f200e56390a68401d49d3fb4354608 Mon Sep 17 00:00:00 2001 From: Shreerang Kale Date: Tue, 25 Mar 2025 19:52:53 +0530 Subject: [PATCH] Fix comment for account address while checking balance --- testnet-nitro-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testnet-nitro-node.md b/testnet-nitro-node.md index 1ed7b06..35c3ce3 100644 --- a/testnet-nitro-node.md +++ b/testnet-nitro-node.md @@ -47,7 +47,7 @@ * Check balance of your tokens once they are transferred: ```bash - # Note: Account address should be without "0x" + # Note: Account address should be with "0x" export ACCOUNT_ADDRESS="" export GETH_CHAIN_ID="1212"