From b2b21a45a9f972329da127bca1b8b4f7cb673bb2 Mon Sep 17 00:00:00 2001 From: emizzle Date: Tue, 11 Jun 2019 08:28:45 +1000 Subject: [PATCH] Exit function working --- src/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 8b0983e..ce9a3f8 100644 --- a/src/index.js +++ b/src/index.js @@ -187,7 +187,9 @@ export default class BaseEmbarkOmg { exitData.txbytes, exitData.proof, { - from: fromAddress + from: fromAddress, + privateKey: this.addressPrivateKey + } ); const message = `Exited UTXO from address ${fromAddress} with value ${utxo.amount}. View the transaction: https://rinkeby.etherscan.io/tx/${receipt.transactionHash}`;