diff --git a/src/lib.rs b/src/lib.rs index 0446fe2..df9dc6c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -61,7 +61,7 @@ impl NearTutorialContract { } // This function is used to check if the caller is the owner of the contract - // Currently, the owner is hardcoded to "near-tuto.testnet" + // Currently, the owner is hardcoded to "near-tuto-1.testnet" // In the future, we will use a better way to manage the owner fn assert_owner(&self) { require!(env::predecessor_account_id() == self.owner, "Not the owner");