Remove trailing spaces.

This commit is contained in:
cheatfate 2018-03-28 03:22:20 +03:00
parent 56f034f57a
commit a027af3a73
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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