mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-05-30 02:36:42 +00:00

* Add "sweep" command to kaspawallet * minor linting & layout improvements. * contain code in "sweep" * update to sweep.go * formatting and bugs * clean up renaming of ExtractTransaction functions * Nicer formating of display * address reveiw. * one more sweeped -> swept * missed one reveiw comment. (extra mass). * remove redundant code from split function. Co-authored-by: Ori Newman <orinewman1@gmail.com>
serialization
- Download and place in your PATH: https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protoc-3.12.3-linux-x86_64.zip
go get github.com/golang/protobuf/protoc-gen-go
go get google.golang.org/grpc/cmd/protoc-gen-go-grpc
- In the protowire directory:
go generate .