- Re-adde missing Snippet to step 4 intsructions

This commit is contained in:
AlexanderBuzz
2023-09-22 15:05:10 +02:00
parent ff65431d0d
commit 03e45967fb
2 changed files with 105 additions and 3 deletions

View File

@@ -78,7 +78,6 @@ const main = async () => {
})
const transactions = prepareTxData(txResponse.result.transactions)
appWindow.webContents.send('update-transaction-data', transactions)
})
}