Commit 3397572d authored by yann300's avatar yann300

fix missing reference

parent da2b4f0d
......@@ -238,7 +238,7 @@ UniversalDApp.prototype.runTestTx = function (tx, cb) {
if (network.name === 'Main' && network.id === '1') {
return cb('It is not allowed to make this action against mainnet')
}
udapp.silentRunTx(tx, (error, result) => {
this.silentRunTx(tx, (error, result) => {
if (error) return cb(error)
cb(null, {
transactionHash: result.transactionHash,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment