fix(alonzo): ExUnits steps overflow (#35)
This commit is contained in:
parent
c735d9e7b1
commit
f70ce96e7d
1 changed files with 1 additions and 1 deletions
|
|
@ -1152,7 +1152,7 @@ pub struct ExUnits {
|
||||||
#[n(0)]
|
#[n(0)]
|
||||||
pub mem: u32,
|
pub mem: u32,
|
||||||
#[n(1)]
|
#[n(1)]
|
||||||
pub steps: u32,
|
pub steps: u64,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Encode, Decode, Debug, PartialEq)]
|
#[derive(Encode, Decode, Debug, PartialEq)]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue