You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found this nice bit of code in the runtime, since CompletedProjects ofc only gets called when a project is completed its not prone to attack (WHY NOT?). And since reaching the bound on CompletedProjects isnt actually an error this warning should suffice.
if locks.len()asu32 > T::MaxLocks::get(){
log::warn!(
target:LOG_TARGET,"Warning: A user has more currency locks than expected. \ A runtime configuration adjustment may be needed.");}
The text was updated successfully, but these errors were encountered:
Found this nice bit of code in the runtime, since CompletedProjects ofc only gets called when a project is completed its not prone to attack (WHY NOT?). And since reaching the bound on CompletedProjects isnt actually an error this warning should suffice.
The text was updated successfully, but these errors were encountered: