Skip to content

Commit b2e478d

Browse files
Merge pull request #412 from xiaolinny/master
chore: fix some struct names in comments[skip ci]
2 parents c0ec378 + b54de9c commit b2e478d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

clightning/clightning_commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func (g *LiquidGetAddress) Get(client *ClightningClient) jrpc2.ServerMethod {
7474
}
7575
}
7676

77-
// GetBalance returns the liquid balance
77+
// LiquidGetBalance returns the liquid balance
7878
type LiquidGetBalance struct {
7979
cl *ClightningClient
8080
}

testframework/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
// the desired conditions are met.
2121
type WaitFunc func() bool
2222

23-
// WaitFunc returns a bool value to check if
23+
// WaitFuncWithErr returns a bool value to check if
2424
// the desired conditions are met. Also returns an
2525
// error.
2626
type WaitFuncWithErr func() (bool, error)

0 commit comments

Comments
 (0)