Exit function working
This commit is contained in:
parent
23b67e8704
commit
b2b21a45a9
|
@ -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}`;
|
||||||
|
|
Loading…
Reference in New Issue