node/near: fix comment

This commit is contained in:
tbjump 2023-05-24 05:25:28 +00:00 committed by tbjump
parent b827301ce6
commit 73d24fc670
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ type (
// events channels
eventChanTxProcessedDuration chan time.Duration
eventChan chan eventType // whenever a messages is confirmed, post true in here
eventChan chan eventType
// Error channel
errC chan error