Skip to content

Commit

Permalink
Update oracle.cairo
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyRo1 committed Oct 4, 2023
1 parent 26ae800 commit f7f6cae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/oracle/oracle.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@ mod Oracle {
use cmp::{max, min};
use option::OptionTrait;
use debug::PrintTrait;
// const BACKWARD_TIMESTAMP_BUFFER: u64 = 7800; // 2 hours and 10 minutes
const BACKWARD_TIMESTAMP_BUFFER: u64 = 100;
const BACKWARD_TIMESTAMP_BUFFER: u64 = 7800; // 2 hours and 10 minutes

// Store Packing constants

Expand Down

0 comments on commit f7f6cae

Please sign in to comment.