aptos/wormhole: remove redundant entry modifier (#3595)

This commit is contained in:
Csongor Kiss 2023-12-11 14:01:10 +00:00 committed by GitHub
parent bf9660f75b
commit 868eb984db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ module wormhole::state {
move_to(admin, create_guardian_set_changed_handle(account::new_event_handle<GuardianSetChanged>(admin)));
}
public(friend) entry fun publish_event(
public(friend) fun publish_event(
sender: u64,
sequence: u64,
nonce: u64,