|
|
@ -1204,7 +1204,7 @@ WalletService.prototype.signTx = function(opts, cb) { |
|
|
|
|
|
|
|
if (!self.clientVersion || /^bw.-0\.0\./.test(self.clientVersion)) { |
|
|
|
if (!_.startsWith(txp.version, '1.')) { |
|
|
|
return cb(new ClientError(Errors.codes.UPGRADE_NEEDED, 'This spend proposal was created using a newer version of the client app')); |
|
|
|
return cb(new ClientError(Errors.codes.UPGRADE_NEEDED, 'To sign this spend proposal you need to upgrade your client app.')); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|