Skip to content

Commit

Permalink
Update kadena-stake-fungiv2.pact
Browse files Browse the repository at this point in the history
  • Loading branch information
squiegee authored Nov 25, 2022
1 parent 318682c commit 0d91359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kadena-stake-fungiv2.pact
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

(defcap ACCOUNT_GUARD(account:string)
@doc "Verifies account meets format and belongs to caller"
(enforce (= "k:" (take 2 account)) "For security only support k accounts")
;(enforce (is-principal account) "k accounts only")
(enforce-guard
(at "guard" (coin.details account))
)
Expand Down

0 comments on commit 0d91359

Please sign in to comment.