mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-01 19:56:45 +00:00

* Update pruningmanager interface * Add a ProtoUTXOSet to hashserialization * Update miningmanager with all the necessary stores and managers * Implement mining manager * Prune P.AC not in V.Past * PruningManager fix all review comments
4 lines
153 B
Go
4 lines
153 B
Go
//go:generate protoc --go_out=. --go-grpc_out=. --go_opt=paths=source_relative --go-grpc_opt=paths=source_relative utxo.proto
|
|
|
|
package hashserialization
|