We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17def5 commit d0abb07Copy full SHA for d0abb07
examples/erc20-counter/apps/src/bin/publisher.rs
@@ -109,9 +109,6 @@ fn main() -> Result<()> {
109
);
110
111
// 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();
115
let input = InputBuilder::new()
116
.write(view_call_input)
117
.unwrap()
0 commit comments