Skip to content

Commit

Permalink
Merge pull request #206 from kinode-dao/basilesportif-process-lib
Browse files Browse the repository at this point in the history
Update writing_data_to_eth.md
  • Loading branch information
nick1udwig authored Jun 3, 2024
2 parents 3ff6a7b + 03bc78f commit 6a531e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cookbook/writing_data_to_eth.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ fn read(provider: &Provider) -> anyhow::Result<U256> {
let count = Counter::numberCall {}.abi_encode();

let tx = TransactionRequest::default()
.to(counter_address)
.to(Some(counter_address))
.input(TransactionInput::new(count.into()));
let x = provider.call(tx, None);

Expand Down

0 comments on commit 6a531e2

Please sign in to comment.