Skip to content

Commit

Permalink
[no ci] removes unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gangov committed Jan 3, 2025
1 parent 384faeb commit 27155c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/stake/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ use crate::{
token_contract,
};

const SIXTY_DAYS_IN_LEDGER_TIMESTAMP: u64 = DAY_IN_LEDGERS as u64 * 60u64; // safe to be done with
// `as`
const SIXTY_DAYS_IN_LEDGER_TIMESTAMP: u64 = DAY_IN_LEDGERS as u64 * 60u64;

// Metadata that is added on to the WASM custom section
contractmeta!(
Expand Down

0 comments on commit 27155c3

Please sign in to comment.