Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeapostrophe committed Nov 15, 2022
1 parent 236948f commit ee5b514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/algo-remote-raw/index.rsh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const client = Reach.App(() => {

const ret = r_ctc.bobPub.ALGO({
rawCall: true
})(Bytes.fromHex("0x748a9052"), [0, 255, 1]);
})(Bytes.fromHex("0x0c468f80"), [0, 255, 1]);
void ret;
commit();
A.interact.log("remote call return:", ret);
Expand Down

0 comments on commit ee5b514

Please sign in to comment.