fix(primitives): Fix overflow on cost model (#168)
This commit is contained in:
parent
623eaa60ec
commit
1ed3a19f8d
3 changed files with 4 additions and 1 deletions
|
|
@ -595,6 +595,8 @@ mod tests {
|
|||
include_str!("../../../test_data/babbage3.block"),
|
||||
// peculiar block with single plutus cost model
|
||||
include_str!("../../../test_data/babbage4.block"),
|
||||
// peculiar block with i32 overlfow
|
||||
include_str!("../../../test_data/babbage5.block"),
|
||||
];
|
||||
|
||||
for (idx, block_str) in test_blocks.iter().enumerate() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue