Skip to content

Commit fdeaa4b

Browse files
chore: data changes
1 parent 315ab4d commit fdeaa4b

File tree

1 file changed

+1
-1
lines changed
  • target_chains/ethereum/sdk/stylus/examples/extend-pyth-example/src

1 file changed

+1
-1
lines changed

target_chains/ethereum/sdk/stylus/examples/extend-pyth-example/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ impl ExtendPythExample {
2020
/// Returns a vector of bytes containing the data.
2121
fn get_data(&self) -> Vec<u8> {
2222
// just reteun data
23-
vec![1, 2, 3,4,5,6,7,8]
23+
vec![1, 2, 3,4,5,6,7,8, 9,10]
2424
}
2525
}

0 commit comments

Comments
 (0)