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 12b83111ee
commit ab8bd49701
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,
}