Skip to content
Snippets Groups Projects
Verified Commit fac51df5 authored by Mateusz Tyszczak's avatar Mateusz Tyszczak :scroll:
Browse files

Fix signing and broadcasting the transaction

parent 98bcebd3
No related branches found
No related tags found
No related merge requests found
Pipeline #118270 passed
......@@ -74,7 +74,6 @@ const broadcast = async () => {
const wax = await getWax();
const tx = wax.createTransactionFromJson(inputData.value);
tx.sign(outputData.value);
await wax.broadcast(tx);
} catch (error) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment