mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Add skipMinimumPackageAge.
This commit is contained in:
parent
a9a4d76705
commit
f64ee3bccf
3 changed files with 51 additions and 3 deletions
|
|
@ -41,3 +41,7 @@ const defaultMinimumPackageAge = 24;
|
|||
export function getMinimumPackageAgeHours() {
|
||||
return defaultMinimumPackageAge;
|
||||
}
|
||||
|
||||
export function skipMinimumPackageAge() {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue