Skip to content

Commit 214d72d

Browse files
committed
updated existing pox_4 test
1 parent 0c4ed8d commit 214d72d

File tree

1 file changed

+1
-1
lines changed
  • stackslib/src/chainstate/stacks/boot

1 file changed

+1
-1
lines changed

stackslib/src/chainstate/stacks/boot/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,7 @@ pub mod test {
17961796
boot_code_test_addr(),
17971797
POX_4_NAME,
17981798
"stack-extend",
1799-
vec![Value::UInt(lock_period), addr_tuple],
1799+
vec![Value::UInt(lock_period), addr_tuple, Value::Optional(OptionalData {data: None})],
18001800
)
18011801
.unwrap();
18021802

0 commit comments

Comments
 (0)