File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -50,18 +50,7 @@ function generate() {
5050
5151 PACKAGES=" autopilotrpc chainrpc invoicesrpc neutrinorpc peersrpc routerrpc signrpc verrpc walletrpc watchtowerrpc wtclientrpc devrpc"
5252 for package in $PACKAGES ; do
53- # Special import for the wallet kit.
54- manual_import=" "
55- if [[ " $package " == " walletrpc" ]]; then
56- manual_import=" github.com/lightningnetwork/lnd/lnrpc/signrpc"
57- fi
58-
59- # Special import for devrpc.
60- if [[ " $package " == " devrpc" ]]; then
61- manual_import=" github.com/lightningnetwork/lnd/lnrpc"
62- fi
63-
64- opts=" package_name=$package ,manual_import=$manual_import ,js_stubs=1"
53+ opts=" package_name=$package ,js_stubs=1"
6554 pushd $package
6655 protoc -I/usr/local/include -I. -I.. \
6756 --plugin=protoc-gen-custom=$falafel \
You can’t perform that action at this time.
0 commit comments