remove unused method pendingTransactions

pull/3094/head
Iuri Matias 6 years ago committed by yann300
parent e554fa5d33
commit 5d1dabacce
  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