Skip to content

Commit cd58b05

Browse files
committed
test: bring back old pyth tests (wip)
1 parent 5df9d53 commit cd58b05

File tree

2 files changed

+649
-0
lines changed

2 files changed

+649
-0
lines changed

runtime/src/bank.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,9 @@ mod transaction_account_state_info;
200200

201201
pub mod pyth_accumulator;
202202

203+
#[cfg(test)]
204+
mod pyth_accumulator_tests;
205+
203206
pub const SECONDS_PER_YEAR: f64 = 365.25 * 24.0 * 60.0 * 60.0;
204207

205208
pub const MAX_LEADER_SCHEDULE_STAKES: Epoch = 5;

0 commit comments

Comments
 (0)