mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-21 04:35:49 +00:00
fix: Signature is a non-signing field
This commit is contained in:
@@ -903,7 +903,7 @@
|
|||||||
"nth": 6,
|
"nth": 6,
|
||||||
"isVLEncoded": true,
|
"isVLEncoded": true,
|
||||||
"isSerialized": true,
|
"isSerialized": true,
|
||||||
"isSigningField": true,
|
"isSigningField": false,
|
||||||
"type": "Blob"
|
"type": "Blob"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -10,6 +10,12 @@ const tx_json = {
|
|||||||
Flags: 2147483648,
|
Flags: 2147483648,
|
||||||
Sequence: 1,
|
Sequence: 1,
|
||||||
TransactionType: 'Payment',
|
TransactionType: 'Payment',
|
||||||
|
TxnSignature: '30440220718D264EF05CAED7C781FF6DE298DCAC68D002562C9BF3A07C1' +
|
||||||
|
'E721B420C0DAB02203A5A4779EF4D2CCC7BC3EF886676D803A9981B928D3B8ACA483B80' +
|
||||||
|
'ECA3CD7B9B',
|
||||||
|
Signature: '30440220718D264EF05CAED7C781FF6DE298DCAC68D002562C9BF3A07C1E72' +
|
||||||
|
'1B420C0DAB02203A5A4779EF4D2CCC7BC3EF886676D803A9981B928D3B8ACA483B80ECA' +
|
||||||
|
'3CD7B9B',
|
||||||
SigningPubKey:
|
SigningPubKey:
|
||||||
'ED5F5AC8B98974A3CA843326D9B88CEBD0560177B973EE0B149F782CFAA06DC66A'
|
'ED5F5AC8B98974A3CA843326D9B88CEBD0560177B973EE0B149F782CFAA06DC66A'
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user