mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 07:00:55 +02:00
Cooperative Close
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
bf8e0d727d
commit
8cc057bbd4
@@ -85,7 +85,7 @@ func SerializeTest(t *testing.T, message Message, expectedString string, filenam
|
||||
if err != nil {
|
||||
t.Errorf(err.Error())
|
||||
} else {
|
||||
t.Logf("Encoded Funding Request: %x\n", b.Bytes())
|
||||
t.Logf("Encoded Bytes: %x\n", b.Bytes())
|
||||
//Check if we serialized correctly
|
||||
if expectedString != hex.EncodeToString(b.Bytes()) {
|
||||
t.Error("Serialization does not match expected")
|
||||
|
Reference in New Issue
Block a user