Skip to content

Commit

Permalink
remove unecessary type spec
Browse files Browse the repository at this point in the history
  • Loading branch information
nbayindirli committed Feb 6, 2025
1 parent 33bee8a commit 5e05a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/stellar-axelar-gateway/src/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pub fn rotate_signers(

let new_signers_hash = new_signers.hash(env);

let new_epoch: u64 = storage::epoch(env) + 1;
let new_epoch = storage::epoch(env) + 1;

storage::set_epoch(env, &new_epoch);

Expand Down

0 comments on commit 5e05a4a

Please sign in to comment.