Skip to content

Commit

Permalink
aptos/wormhole: remove redundant entry modifier (wormhole-foundation#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kcsongor authored Dec 11, 2023
1 parent bf9660f commit 868eb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aptos/wormhole/sources/state.move
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 868eb98

Please sign in to comment.