client/js: algorand submit fix

This commit is contained in:
Bruce Riley 2022-11-01 17:21:13 +00:00 committed by Evan Gray
parent cb7056d32e
commit a974bf762e
1 changed files with 1 additions and 1 deletions

View File

@ -859,7 +859,7 @@ yargs(hideBin(process.argv))
const algorand = require("./algorand")
await algorand.execute_algorand(
parsed_vaa.payload,
Buffer.from(vaa_hex, "hex"),
new Uint8Array(Buffer.from(vaa_hex, "hex")),
network
);
} else if (chain === "near") {