Cooperative Close

This commit is contained in:
Joseph Poon
2015-12-31 02:42:25 -08:00
committed by Olaoluwa Osuntokun
parent bf8e0d727d
commit 8cc057bbd4
6 changed files with 245 additions and 1 deletions

View File

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