forked from TrueCloudLab/neoneo-go
b56e028733
For the most important packages at least.
7 lines
219 B
Go
7 lines
219 B
Go
/*
|
|
Package consensus contains Neo consensus node implementation.
|
|
|
|
It uses external dBFT library for the core algorithm and basically joins this
|
|
library with Neo node internals implemented in NeoGo.
|
|
*/
|
|
package consensus
|