8 lines
219 B
Go
8 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
|