mirror of
https://github.com/jwetzell/acn-js.git
synced 2026-09-10 15:59:25 +00:00
rlp header should be hex string
This commit is contained in:
@@ -19,7 +19,7 @@ const goodTests = [
|
||||
},
|
||||
pduBlock: {
|
||||
vector: 1,
|
||||
header: new Uint8Array([176, 171, 216, 42, 32, 210, 66, 64, 167, 205, 62, 73, 217, 153, 164, 229]),
|
||||
header: 'b0abd82a20d24240a7cd3e49d999a4e5',
|
||||
data: new Uint8Array([
|
||||
112, 50, 4, 73, 136, 131, 52, 255, 255, 74, 69, 176, 66, 102, 183, 33, 235, 216, 155, 0, 1, 244, 136, 0, 0, 0,
|
||||
0, 244, 136, 0, 0, 244, 136, 1, 67, 216, 239, 192, 220, 207, 5, 0, 0, 2, 0, 10, 0, 20, 1, 44,
|
||||
|
||||
Reference in New Issue
Block a user