mirror of
https://github.com/status-im/nim-eth-p2p.git
synced 2025-01-23 13:19:38 +00:00
Remove trailing spaces.
This commit is contained in:
parent
56f034f57a
commit
a027af3a73
@ -816,7 +816,7 @@ when isMainModule:
|
||||
# the expected values.
|
||||
var taes = fromHex(stripSpaces(testE8Value("auth2ack2_aes_secret")))
|
||||
var tmac = fromHex(stripSpaces(testE8Value("auth2ack2_mac_secret")))
|
||||
|
||||
|
||||
var csecInitiator: ConnectionSecret
|
||||
var csecResponder: ConnectionSecret
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#
|
||||
#
|
||||
# Copyright (c) 2016 Eugene Kabanov <ka@hardcore.kiev.ua>
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
@ -263,7 +263,7 @@ suite "Ethereum P2P handshake test suite":
|
||||
|
||||
var k0: PlainAuthAckMessage
|
||||
var ek0: AuthAckMessage
|
||||
|
||||
|
||||
test "Auth ACK expectation":
|
||||
# Check that the auth_ack msg generated by the responder is what we
|
||||
# expect.
|
||||
|
Loading…
x
Reference in New Issue
Block a user