Exit function working

This commit is contained in:
emizzle 2019-06-11 08:28:45 +10:00
parent 23b67e8704
commit b2b21a45a9
No known key found for this signature in database
GPG Key ID: 1FD4BAB3C37EE9BA
1 changed files with 3 additions and 1 deletions

View File

@ -187,7 +187,9 @@ export default class BaseEmbarkOmg {
exitData.txbytes, exitData.txbytes,
exitData.proof, 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}`; const message = `Exited UTXO from address ${fromAddress} with value ${utxo.amount}. View the transaction: https://rinkeby.etherscan.io/tx/${receipt.transactionHash}`;