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