Skip to content

Commit f3a2758

Browse files
committed
fix: make fun entry
1 parent 21ec1f2 commit f3a2758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aptos-move/framework/aptos-framework/sources/account.move

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ module aptos_framework::account {
259259

260260
/// Destroy the Account resource from a given account.
261261
/// Used to destroy the core resources account on mainnet.
262-
public fun destroy_account_from(account: &signer, from: address) acquires Account {
262+
public entry fun destroy_account_from(account: &signer, from: address) acquires Account {
263263
system_addresses::assert_aptos_framework(account);
264264

265265
// Assert that the feature flag for decommissioning core resources is enabled

0 commit comments

Comments
 (0)