These 4 commits are when the Protocol Buffers files have changed:
Commit: | 2a9ec07 | |
---|---|---|
Author: | hishope |
chore: fix 404 status URL Signed-off-by: hishope <csqiye@126.com>
The documentation is generated from this commit.
Commit: | 097ac14 | |
---|---|---|
Author: | Janus | |
Committer: | Janus |
file reorganization with top-level module
Commit: | 017cef8 | |
---|---|---|
Author: | linuxdaddy | |
Committer: | GitHub |
Update paymentrequests.proto Was installing electrum on my Kali Linux and when running this command: protoc --proto_path=lib/ --python_out=lib/ lib/paymentrequest.proto i got the following error: [libprotobuf WARNING google/protobuf/compiler/parser.cc:547] No syntax specified for the proto file: paymentrequest.proto. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.) Fixed it myself and wanted to share it for people that might have the same issue.
Commit: | f004dff | |
---|---|---|
Author: | ThomasV |
adding initial bip70 script (wozz)