Remove empty line
This commit is contained in:
parent
5e60487ae2
commit
5d08b08162
|
@ -135,7 +135,6 @@ func assertConversationKeyGenerationSec(t *testing.T, sk1 string, sk2 string, co
|
||||||
}
|
}
|
||||||
|
|
||||||
func assertConversationKeyGenerationPub(t *testing.T, sk1 string, pub2 string, conversationKey string) bool {
|
func assertConversationKeyGenerationPub(t *testing.T, sk1 string, pub2 string, conversationKey string) bool {
|
||||||
|
|
||||||
var (
|
var (
|
||||||
sendPrivkey *secp256k1.PrivateKey
|
sendPrivkey *secp256k1.PrivateKey
|
||||||
recvPubkey *secp256k1.PublicKey
|
recvPubkey *secp256k1.PublicKey
|
||||||
|
|
Loading…
Reference in New Issue