computer: rollback part 1

This commit is contained in:
nym21
2025-08-12 22:37:16 +02:00
parent ee5dc8fc41
commit 5f8de8e756
29 changed files with 487 additions and 504 deletions

View File

@@ -3,7 +3,7 @@ use brk_fetcher::{BRK, Binance, Fetcher, Kraken};
use brk_structs::{Date, Height};
fn main() -> Result<()> {
brk_logger::init(None);
brk_logger::init(None)?;
let mut brk = BRK::default();
dbg!(brk.get_from_height(Height::new(900_000))?);