remove unused method pendingTransactions

pull/1/head
Iuri Matias 6 years ago committed by yann300
parent ed17c94687
commit e78afe69b4
  1. 4
      src/universal-dapp.js

@ -165,10 +165,6 @@ UniversalDApp.prototype.getBalanceInEther = function (address, callback) {
})
}
UniversalDApp.prototype.pendingTransactions = function () {
return this.txRunner.pendingTxs
}
UniversalDApp.prototype.pendingTransactionsCount = function () {
return Object.keys(this.txRunner.pendingTxs).length
}

Loading…
Cancel
Save