Commit 408321f7 authored by Iuri Matias's avatar Iuri Matias

fix call to runTx

parent 4ce1ecd4
......@@ -319,7 +319,7 @@ class Blockchain {
},
(data, runTxCallback) => {
// called for libraries deployment
this.runTx(data, confirmationCb, runTxCallback)
this.runTx(data, confirmationCb, runTxCallback, promptCb, () => {})
})
}
......
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