Skip to content

Commit

Permalink
fix: forward timestamp buffer (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyRo1 authored Nov 3, 2023
1 parent 30e5ac3 commit 780b2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oracle/oracle.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ mod Oracle {
use option::OptionTrait;
use debug::PrintTrait;
const BACKWARD_TIMESTAMP_BUFFER: u64 = 600; // 10 minutes
const FORWARD_TIMESTAMP_BUFFER: u64 = 10; // 10 seconds
const FORWARD_TIMESTAMP_BUFFER: u64 = 120; // 2 minutes


#[storage]
Expand Down

0 comments on commit 780b2bd

Please sign in to comment.