mirror of
https://github.com/vacp2p/status-rln-prover.git
synced 2026-01-08 21:18:05 -05:00
Fix tier limits print when --mock-user is enabled
This commit is contained in:
@@ -88,8 +88,9 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
)
|
||||
} else {
|
||||
// mock
|
||||
debug!("Mock - will use tier limits: {:#?}", TIER_LIMITS);
|
||||
TierLimits::from(TIER_LIMITS.clone())
|
||||
let tl = TierLimits::from(TIER_LIMITS.clone());
|
||||
debug!("Mock - will use tier limits: {:#?}", tl);
|
||||
tl
|
||||
};
|
||||
|
||||
tier_limits.filter_inactive();
|
||||
|
||||
Reference in New Issue
Block a user