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