Skip to content

Commit

Permalink
Apply 1 suggestion(s) to 1 file(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkermani144 authored and RaaCT0R committed Jun 27, 2023
1 parent bcce47f commit 2320890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chains/ergo/lib/ErgoChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ class ErgoChain extends AbstractUtxoChain<wasm.ErgoBox> {
const r5 = guardBox.register_value(5)?.to_i32_array();

if (r4 === undefined || r5 === undefined)
throw Error(`R4 or R4 is empty`);
throw Error(`R4 or R5 is empty`);

return {
publicKeys: r4.map((pk) => Buffer.from(pk).toString('hex')),
Expand Down

0 comments on commit 2320890

Please sign in to comment.