From d16283b169ba963f3e9203f3693ac2c1339724ef Mon Sep 17 00:00:00 2001 From: Bhanu Pratap Singh Kushwah Date: Sat, 31 Dec 2022 20:11:57 +0530 Subject: [PATCH] Update smart_contract_creation.md --- docs/Smart-Contracts/smart_contract_creation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Smart-Contracts/smart_contract_creation.md b/docs/Smart-Contracts/smart_contract_creation.md index 5f8519a..22e9b90 100644 --- a/docs/Smart-Contracts/smart_contract_creation.md +++ b/docs/Smart-Contracts/smart_contract_creation.md @@ -55,4 +55,4 @@ Below represents a transaction for creating a new smart contract: ``` ### signatories Key value pair of function name as the key and wallet address which can call these methods as value and `null` in case function can be called by any wallet. -After successful submission of the valid transaction smart contraact will be dpeloyed. \ No newline at end of file +After successful submission of the valid transaction smart contract will be dpeloyed.