mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-20 03:34:21 -07:00
computer: trying the new stateful
This commit is contained in:
@@ -83,7 +83,6 @@ impl PricePercentiles {
|
||||
.position(|&p| p == percentile)
|
||||
.and_then(|i| self.vecs[i].as_ref())
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
impl Flushable for PricePercentiles {
|
||||
|
||||
Reference in New Issue
Block a user