lnd.xprv/lnrpc/watchtowerrpc
Oliver Gugger ad0fba548f
watchtowerrpc: format watchtower.proto and remove json_name fields
We now use the jsonpb marshaler to convert the RPC responses to
JSON in lncli and REST. The jsonpb has a setting to use the
original name as defined in the proto file and the explicit
json_name definition is not necessary any more.
The jsonpb setting is called OrigName and needs to be true.
2020-03-07 11:23:09 +01:00
..
config_active.go lnrpc/watchtowerrpc: prevent watchtowerrpc panic when tower not active 2019-07-02 15:06:12 -07:00
config_default.go lnrpc/watchtowerrpc: add WatchtowerBackend configs 2019-06-20 16:53:25 -07:00
driver.go lnrpc/watchtowerrpc/driver: register watchtower rpc server on init 2019-06-20 17:04:04 -07:00
handler.go lnrpc/watchtowerrpc: prevent watchtowerrpc panic when tower not active 2019-07-02 15:06:12 -07:00
interface.go lnrpc/watchtowerrpc: add WatchtowerBackend configs 2019-06-20 16:53:25 -07:00
log.go multi: remove dead code 2019-09-10 17:21:59 +02:00
watchtower.pb.go lnrpc/watchtowerrpc: add protos for GetInfo 2019-06-20 16:53:09 -07:00
watchtower.proto watchtowerrpc: format watchtower.proto and remove json_name fields 2020-03-07 11:23:09 +01:00