Prepare log functions for filters. Init all filter functions by assigning empty stubs. #26

This commit is contained in:
Kleissner
2021-06-28 02:37:31 +02:00
parent f5ce15d33a
commit 084f3bc1ee
5 changed files with 23 additions and 10 deletions

View File

@@ -8,6 +8,7 @@ package core
// Init initializes the client. The config must be loaded first!
func Init() {
initFilters()
initPeerID()
initKademlia()
initMessageSequence()