fix budget restriction back to protocol params (#39)
This commit is contained in:
parent
2b27261711
commit
c03d3e3604
|
@ -19,8 +19,8 @@ impl ExBudget {
|
|||
impl Default for ExBudget {
|
||||
fn default() -> Self {
|
||||
ExBudget {
|
||||
mem: 14000000000000,
|
||||
cpu: 10000000000000000,
|
||||
mem: 14000000,
|
||||
cpu: 10000000000,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue