transaction proposals -> spend proposals

This commit is contained in:
Ivan Socolsky 2015-07-30 11:47:16 -03:00
parent 4f582382bc
commit 87e3844e87
1 changed files with 1 additions and 1 deletions

View File

@ -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) {