This commit is contained in:
hatim boufnichel 2022-11-06 20:26:14 +01:00
parent 4f550a937f
commit f39025df53
39 changed files with 7571 additions and 1892 deletions

View file

@ -89,7 +89,7 @@ service LightningPub {
option (http_route) = "/api/user/auth";
}
// USER
rpc NewAddress(structs.Empty) returns (structs.NewAddressResponse) {
rpc NewAddress(structs.NewAddressRequest) returns (structs.NewAddressResponse) {
option (auth_type) = "User";
option (http_method) = "post";
option (http_route) = "/api/user/chain/new";