mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-27 22:21:18 +02:00
build+routerrpc+lncli: remove routerrpc conditional compilation
This commit is contained in:
@@ -53,14 +53,14 @@ Similar to lnd, subservers can be conditionally compiled with the build by
|
||||
setting the tags argument:
|
||||
|
||||
```
|
||||
make ios tags="routerrpc"
|
||||
make ios
|
||||
```
|
||||
|
||||
To support subservers that have APIs with name conflicts, pass the "prefix"
|
||||
flag. This will add the subserver name as a prefix to each method name:
|
||||
|
||||
```
|
||||
make ios tags="routerrpc" prefix=1
|
||||
make ios prefix=1
|
||||
```
|
||||
|
||||
### API docs
|
||||
|
Reference in New Issue
Block a user