Closed libotony closed 6 years ago
The following test failed:
it('trimmedBlobKind encode with all zero string', () => { const kind = new RLP.TrimmedBlobKind(4) expect(kind.encode('0x00000000', '').toString('hex')).equal('') })
fixed in e6231b4
The following test failed: