Skip to content

Commit

Permalink
resolve compiler warning by removing unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi0804 committed Nov 23, 2024
1 parent 0747561 commit ba189d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aptos-move/framework/aptos-framework/sources/account.move
Original file line number Diff line number Diff line change
Expand Up @@ -1590,7 +1590,6 @@ module aptos_framework::account {
create_account_unchecked(addr);
register_coin<FakeCoin>(addr);

let eventhandle = &borrow_global<Account>(addr).coin_register_events;
let event = CoinRegister { account: addr, type_info: type_info::type_of<FakeCoin>() };

let events = event::emitted_events<CoinRegister>();
Expand Down

0 comments on commit ba189d1

Please sign in to comment.