lnd.xprv/lnrpc/wtclientrpc
Oliver Gugger 3a5348ea8b
wtclientrpc: format wtclient.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.go lncli+wtclientrpc: remove wtclientrpc build tag, compile by default 2019-09-18 17:26:15 -07:00
driver.go lnrpc: remove remaining wtclientrpc build tags 2019-09-25 14:41:25 -07:00
log.go multi: remove dead code 2019-09-10 17:21:59 +02:00
wtclient.go lnrpc: remove remaining wtclientrpc build tags 2019-09-25 14:41:25 -07:00
wtclient.pb.go wtclientrpc: format wtclient.proto and remove json_name fields 2020-03-07 11:23:09 +01:00
wtclient.proto wtclientrpc: format wtclient.proto and remove json_name fields 2020-03-07 11:23:09 +01:00