Skip to content

Commit c8a3fbe

Browse files
committed
funding: fix linter error
1 parent 64f20b6 commit c8a3fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

funding/manager.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3194,7 +3194,7 @@ func (f *Manager) annAfterSixConfs(completeChan *channeldb.OpenChannel,
31943194
// a zero-conf channel. This will wait for the real confirmation, add the
31953195
// confirmed SCID to the router graph, and then announce after six confs.
31963196
func (f *Manager) waitForZeroConfChannel(c *channeldb.OpenChannel,
3197-
pendingID [32]byte) error {
3197+
_ [32]byte) error {
31983198

31993199
// First we'll check whether the channel is confirmed on-chain. If it
32003200
// is already confirmed, the chainntnfs subsystem will return with the

0 commit comments

Comments
 (0)