fix: remove unwanted u64 length from raw Transaction bytes, it's RPC API specific
This commit is contained in:
@ -51,14 +51,6 @@ test('parse wire format and serialize', () => {
|
||||
expectedTransaction.sign(sender);
|
||||
|
||||
const wireTransaction = Buffer.from([
|
||||
221,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
50,
|
||||
238,
|
||||
|
Reference in New Issue
Block a user