diff options
author | Felix Lange <fjl@twurst.com> | 2015-02-27 21:08:57 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2015-03-04 19:27:24 +0800 |
commit | d344054e5a2844241bf0e4f64ccfc4d2ad259718 (patch) | |
tree | 04e78ae13248499b80c7ba7696b4bfa82fb805fb /p2p/rlpx_test.go | |
parent | d084aed5e9df5d06812332ed03d3ea55e3ddf819 (diff) | |
download | dexon-d344054e5a2844241bf0e4f64ccfc4d2ad259718.tar.gz dexon-d344054e5a2844241bf0e4f64ccfc4d2ad259718.tar.zst dexon-d344054e5a2844241bf0e4f64ccfc4d2ad259718.zip |
p2p: make RLPx frame MAC 16 bytes as defined in the spec
Diffstat (limited to 'p2p/rlpx_test.go')
-rw-r--r-- | p2p/rlpx_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/p2p/rlpx_test.go b/p2p/rlpx_test.go index b3c2adf8d..077dd1309 100644 --- a/p2p/rlpx_test.go +++ b/p2p/rlpx_test.go @@ -29,7 +29,6 @@ func TestRlpxFrameFake(t *testing.T) { 01010101010101010101010101010101 ba628a4ba590cb43f7848f41c4382885 01010101010101010101010101010101 -01010101010101010101010101010101 `) // Check WriteMsg. This puts a message into the buffer. |