multi: switch all imports to roasbeef's forks

This commit is contained in:
Olaoluwa Osuntokun 2017-06-05 17:54:35 -07:00
parent d9defda7ff
commit 3dc7a8529c
87 changed files with 479 additions and 479 deletions
rpc/documentation

View file

@ -52,7 +52,7 @@ import (
"fmt"
"path/filepath"
pb "github.com/btcsuite/btcwallet/rpc/walletrpc"
pb "github.com/roasbeef/btcwallet/rpc/walletrpc"
"golang.org/x/net/context"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
@ -394,7 +394,7 @@ Full instructions for this procedure can be found
Generate Python stubs from the `.proto`:
```bash
$ protoc -I /path/to/btcsuite/btcwallet/rpc --python_out=. --grpc_out=. \
$ protoc -I /path/to/roasbeef/btcwallet/rpc --python_out=. --grpc_out=. \
--plugin=protoc-gen-grpc=$(which grpc_python_plugin) \
/path/to/btcwallet/rpc/api.proto
```