diff --git a/src/js/ripple/transaction.js b/src/js/ripple/transaction.js index f50b74ab..154bec8a 100644 --- a/src/js/ripple/transaction.js +++ b/src/js/ripple/transaction.js @@ -281,7 +281,7 @@ Transaction.prototype.complete = function() { } // Set canonical flag - this enables canonicalized signature checking - if (this.canonical) { + if (this.remote.local_signing && this.canonical) { this.tx_json.Flags |= Transaction.flags.Universal.FullyCanonicalSig; // JavaScript converts operands to 32-bit signed ints before doing bitwise