Using rc we now get code that runs much faster and

can run jpg contract with no inputs
This commit is contained in:
Kasey White
2022-08-17 05:21:40 -04:00
committed by Lucas
parent fb81955f51
commit 2bb482d9ec
11 changed files with 219 additions and 190 deletions

View File

@@ -19,8 +19,8 @@ impl ExBudget {
impl Default for ExBudget {
fn default() -> Self {
ExBudget {
mem: 14000000,
cpu: 10000000000,
mem: 14000000000000,
cpu: 10000000000000000,
}
}
}