Skip to content

Commit

Permalink
stake-contract: rename shifted event to suspended
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-seppia committed Jul 2, 2024
1 parent a08989e commit 3d42b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/stake/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ impl StakeState {
let to_shift = effective_faults * EPOCH;
*eligibility = next_epoch(rusk_abi::block_height()) + to_shift;
rusk_abi::emit(
"shifted",
"suspended",
StakingEvent {
public_key: *stake_pk,
value: *eligibility,
Expand Down

0 comments on commit 3d42b81

Please sign in to comment.