diff --git a/config.go b/config.go index 89c0508..22cfb1f 100644 --- a/config.go +++ b/config.go @@ -8,8 +8,8 @@ import ( type NodeConfig struct { P2P P2PConfig - KeyPair ed25519.KeyPairEd25519 - DB bolt.DB + KeyPair *ed25519.KeyPairEd25519 + DB *bolt.DB Logger *zap.Logger } type P2PConfig struct {