Skip to content

Commit 1c615c7

Browse files
authored
chore: remove unneeded comment
1 parent f3a2758 commit 1c615c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aptos-move/framework/aptos-framework/sources/genesis.move

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,6 @@ module aptos_framework::genesis {
529529
assert!(coin::balance<AptosCoin>(addr0) == 12345, 2);
530530
}
531531

532-
/// Expected to fail after post-l1-merge release; it's okay because we will not regenesis.
533532
#[test(aptos_framework = @0x1, root = @0xabcd)]
534533
fun test_create_root_account(aptos_framework: &signer) {
535534
use aptos_framework::aggregator_factory;

0 commit comments

Comments
 (0)