multi: Fix typos [skip ci]

This commit is contained in:
Dimitris Apostolou
2022-01-13 18:29:43 +02:00
parent f50950640f
commit 530a2059e5
139 changed files with 254 additions and 254 deletions

View File

@@ -448,7 +448,7 @@ func TestRestoreChannelShells(t *testing.T) {
// The node should have the same address, as specified in the channel
// shell.
if reflect.DeepEqual(linkNode.Addresses, channelShell.NodeAddrs) {
t.Fatalf("addr mismach: expected %v, got %v",
t.Fatalf("addr mismatch: expected %v, got %v",
linkNode.Addresses, channelShell.NodeAddrs)
}
}
@@ -738,7 +738,7 @@ func TestFetchHistoricalChannel(t *testing.T) {
histChannel, err := cdb.FetchHistoricalChannel(&channel.FundingOutpoint)
if err != nil {
t.Fatalf("unexepected error getting channel: %v", err)
t.Fatalf("unexpected error getting channel: %v", err)
}
// FetchHistoricalChannel will attach the cdb to channel.Db, we set it