mirror of
https://github.com/rairyx/raven.git
synced 2024-11-11 19:10:50 +00:00
Fix bootnode hang up
This commit is contained in:
parent
150ecf18bf
commit
db4ccf1fb6
@ -177,8 +177,9 @@ func main() {
|
||||
})
|
||||
if bBootstrap {
|
||||
fmt.Println("Bootstrapper running.\nPubSub object instantiated using GossipSubRouter.\nCtrl+C to exit.")
|
||||
for true {
|
||||
}
|
||||
// for true {
|
||||
// }
|
||||
select {}
|
||||
} else {
|
||||
// Now, wait for input from the user, and send that out!
|
||||
scan := bufio.NewScanner(os.Stdin)
|
||||
|
Loading…
Reference in New Issue
Block a user