Backend server for SDL
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

240 B

Developing lightwalletd

Updating protobuf files

To update compact_formats.proto

protoc --go_out=paths=source_relative:. compact_formats.proto

which will generate compact_formats.pb.go, then commit and push the changes.