Skip to content

Commit

Permalink
Merge pull request #11 from LIT-Protocol/fix/remove_last_active_epoch
Browse files Browse the repository at this point in the history
Remove last active epoch
  • Loading branch information
glitch003 authored Aug 15, 2024
2 parents b114c62 + b81a420 commit b236ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LitContracts/Staking/ContractDefinition/Validator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class ValidatorBase
public virtual BigInteger SenderPubKey { get; set; }
[Parameter("uint256", "receiverPubKey", 7)]
public virtual BigInteger ReceiverPubKey { get; set; }
[Parameter("uint256", "lastActiveEpoch", 8)]
public virtual BigInteger LastActiveEpoch { get; set; }
// [Parameter("uint256", "lastActiveEpoch", 8)]
// public virtual BigInteger LastActiveEpoch { get; set; }
}
}

0 comments on commit b236ac8

Please sign in to comment.