Skip to content

Commit

Permalink
fixup typo
Browse files Browse the repository at this point in the history
  • Loading branch information
baichuan3 committed Feb 17, 2025
1 parent 7405395 commit 3c6c327
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions frameworks/rooch-framework/sources/onchain_config.move
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,9 @@ module rooch_framework::onchain_config {

public fun ensure_admin(account: &signer) {
let sender = signer::address_of(account);
std::debug::print(&100100);
std::debug::print(&sender);
std::debug::print(&admin());
assert!(sender == admin(), ErrorNotAdmin);
}



public fun sequencer(): address {
onchain_config().sequencer
}
Expand Down

0 comments on commit 3c6c327

Please sign in to comment.