fix: relax CBOR decoding of Conway protocol params update (#473)
This commit is contained in:
parent
1d23f80843
commit
ee505a02e6
7 changed files with 12 additions and 9 deletions
|
|
@ -554,7 +554,7 @@ pub enum RedeemerPurpose {
|
|||
|
||||
#[derive(Serialize, Deserialize, PartialEq, Eq, Debug)]
|
||||
pub struct ExUnits {
|
||||
pub mem: u32,
|
||||
pub mem: u64,
|
||||
pub steps: u64,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue