Skip to content

Commit 10a6d99

Browse files
modify review comments
1 parent 8409d2b commit 10a6d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: addresspool/pool.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ func (p *Pool) monitor() {
309309
ticker := time.NewTicker(interval * time.Second)
310310
p.quit = make(chan struct{})
311311

312-
p.CheckConnectivity()
312+
p.checkConnectivity()
313313
go func() {
314314
for {
315315
select {

0 commit comments

Comments
 (0)