Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Update examples/raw_rpc/call.eg.ts
Browse files Browse the repository at this point in the history
Co-authored-by: T6 <t6@t6.fyi>
  • Loading branch information
harrysolovay and tjjfvi authored Apr 6, 2023
1 parent b1f8ff6 commit c17b9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/raw_rpc/call.eg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ const hash = await chain.connection
.run()

// Ensure the result is a block hash.
console.log(hash)
$.assert($.str, hash)
console.log(hash)

0 comments on commit c17b9dc

Please sign in to comment.