Skip to content

Commit d0abb07

Browse files
committed
remove unused comments
1 parent e17def5 commit d0abb07

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/erc20-counter/apps/src/bin/publisher.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@ fn main() -> Result<()> {
109109
);
110110

111111
// Send an off-chain proof request to the Bonsai proving service.
112-
// let mut input_data = to_vec(&input).unwrap();
113-
// input_data.extend(to_vec(&account).unwrap());
114-
// let input = bytemuck::cast_slice(&input_data).to_vec();
115112
let input = InputBuilder::new()
116113
.write(view_call_input)
117114
.unwrap()

0 commit comments

Comments
 (0)