fix: remove unwanted u64 length from raw Transaction bytes, it's RPC API specific

This commit is contained in:
Michael Vines
2019-02-02 10:00:20 -08:00
parent 5bb07e541d
commit 564d09fdfe
3 changed files with 12 additions and 19 deletions

View File

@ -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,