From c4abf29db30f4e63e09d1ce8fc863299e0ed27bb Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 19 Aug 2024 17:27:40 +0200 Subject: [PATCH] Update source/docs/casper/developers/cli/verifying-contracts.md Co-authored-by: Iulia Popescu --- source/docs/casper/developers/cli/verifying-contracts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/casper/developers/cli/verifying-contracts.md b/source/docs/casper/developers/cli/verifying-contracts.md index 61f264dad9..cda4c73097 100644 --- a/source/docs/casper/developers/cli/verifying-contracts.md +++ b/source/docs/casper/developers/cli/verifying-contracts.md @@ -22,7 +22,7 @@ casper-client verify-contract --verification-url-basepath ` - Unique transaction hash, which is part of the cryptographic security of blockchain technology. This is the output of the put-txn command if the transaction was a success. -3. `` - the path to the smart contracts source code. If this argument is omitted the the current working directory will be used. +3. `` - Path to the smart contract's source code. If this argument is omitted, the current working directory will be used. The prerequisites for the source code are the same as when installing it on the blockchain: