mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-02 02:20:00 -07:00
global: cointime part 1
This commit is contained in:
@@ -26,6 +26,7 @@ impl<'a> VecTrees<'a> {
|
||||
|| s == &"cumulative_up"
|
||||
|| s.starts_with("cumulative_start")
|
||||
|| s.starts_with("cumulative_from")
|
||||
|| s == &"activity"
|
||||
}))
|
||||
&& !(split.len() == 4
|
||||
&& split.get(1).is_some_and(|s| {
|
||||
|
||||
Reference in New Issue
Block a user