mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-08-22 16:10:52 +00:00
[BUG] Don't set canonical flag when remote signing.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user