fix: relax CBOR decoding of Conway protocol params update (#473)

This commit is contained in:
Santiago Carmuega 2024-06-18 13:03:07 -03:00 committed by GitHub
parent 1d23f80843
commit ee505a02e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 12 additions and 9 deletions

View file

@ -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,
}