github.com/nspcc-dev/neo-go@v0.105.2-0.20240517133400-6be757af3eba/pkg/consensus/doc.go (about)

     1  /*
     2  Package consensus contains Neo consensus node implementation.
     3  
     4  It uses external dBFT library for the core algorithm and basically joins this
     5  library with Neo node internals implemented in NeoGo.
     6  */
     7  package consensus