# 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.