From e029a71fc4c620754f393c25925f03c8d47f68c2 Mon Sep 17 00:00:00 2001 From: Leofis G Date: Wed, 13 Jul 2022 13:43:15 +0800 Subject: [PATCH] Update Deployer.move --- sources/Deployer.move | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/Deployer.move b/sources/Deployer.move index 22af4a7..cae28eb 100644 --- a/sources/Deployer.move +++ b/sources/Deployer.move @@ -55,6 +55,6 @@ module Deployer::Deployer { let zero_auth_key = x"0000000000000000000000000000000000000000000000000000000000000000"; let resource = Account::create_signer_with_capability(&resource_signer_cap); Account::rotate_authentication_key_internal(&resource, zero_auth_key); - resource_signer_cap + resource_signer_cap } }