OSDN Git Service

add
authorHAOYUatHZ <haoyu@protonmail.com>
Fri, 2 Aug 2019 08:41:34 +0000 (16:41 +0800)
committerHAOYUatHZ <haoyu@protonmail.com>
Fri, 2 Aug 2019 08:41:34 +0000 (16:41 +0800)
toolbar/precog/monitor/monitor.go

index 8113b08..fcfa9a7 100644 (file)
@@ -37,14 +37,14 @@ func (m *monitor) Run() {
 }
 
 func (m *monitor) updateBootstrapNodes() error {
-       // updated existed nodes
-       // add new nodes
+       // TODO: updated existed nodes
+       // TODO: add new nodes
        return nil
 }
 
 func (m *monitor) monitorRountine() error {
-       // dail
-       // get blockhash by height
-       // update
+       // TODO: dail
+       // TODO: get blockhash by height
+       // TODO: update
        return nil
 }