Skip to content

Commit 81273b6

Browse files
committed
updated existing pox_4 test
1 parent 2bfd83e commit 81273b6

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
@@ -1794,7 +1794,7 @@ pub mod test {
17941794
boot_code_test_addr(),
17951795
POX_4_NAME,
17961796
"stack-extend",
1797-
vec![Value::UInt(lock_period), addr_tuple],
1797+
vec![Value::UInt(lock_period), addr_tuple, Value::Optional(OptionalData {data: None})],
17981798
)
17991799
.unwrap();
18001800

0 commit comments

Comments
 (0)