Skip to content

Commit

Permalink
Merge pull request #40 from TrevorJTClarke/patch-1
Browse files Browse the repository at this point in the history
Missing result handler
  • Loading branch information
ChaoticTempest authored Dec 17, 2021
2 parents 640eab5 + 4359359 commit 82d48b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ async fn call_my_func(worker: Worker<impl Network>, contract: &Contract) -> anyh
contract.call(&worker, "contract_function")
.args_json(serde_json::json!({
"message": msg,
})
})?
.transact()
.await?;
Ok(())
Expand Down

0 comments on commit 82d48b1

Please sign in to comment.