lnd.xprv/lnrpc/autopilotrpc
Oliver Gugger bcfe92cee1
autopilotrpc: format autopilot.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:06 +01:00
..
autopilot_server.go autopilot+autopilotrpc: ignore local channels if ignore_local_state set 2019-03-18 14:43:40 +01:00
autopilot.pb.go autopilotrpc: format autopilot.proto and remove json_name fields 2020-03-07 11:23:06 +01:00
autopilot.proto autopilotrpc: format autopilot.proto and remove json_name fields 2020-03-07 11:23:06 +01:00
config_active.go lnrpc+subserver_cfg: add configs for autopilot sub-server 2018-12-13 12:33:44 +01:00
config_default.go lnrpc+subserver_cfg: add configs for autopilot sub-server 2018-12-13 12:33:44 +01:00
driver.go multi: fix spelling mistakes 2019-05-04 15:35:37 -07:00
log.go multi: remove dead code 2019-09-10 17:21:59 +02:00