Browse Source

transaction proposals -> spend proposals

activeAddress
Ivan Socolsky 10 years ago
parent
commit
87e3844e87
  1. 2
      lib/server.js

2
lib/server.js

@ -1396,7 +1396,7 @@ WalletService.prototype.getPendingTxs = function(opts, cb) {
return _.startsWith(txp.version, '1.');
});
if (!allLegacy) return cb(new Error('Some transaction proposals were created using a newer version. Please upgrade your client app.'))
if (!allLegacy) return cb(new Error('Some spend proposals were created using a newer version. Please upgrade your client app.'))
}
_.each(txps, function(txp) {

Loading…
Cancel
Save