mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-02 13:42:15 +02:00
docs/grpc/python remove witness_only
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
13945de806
commit
16c304a4c1
@@ -76,7 +76,7 @@ is at the default `localhost:10009`, with an open channel between the two nodes.
|
|||||||
|
|
||||||
```python
|
```python
|
||||||
# Retrieve and display the wallet balance
|
# Retrieve and display the wallet balance
|
||||||
response = stub.WalletBalance(ln.WalletBalanceRequest(witness_only=True))
|
response = stub.WalletBalance(ln.WalletBalanceRequest())
|
||||||
print(response.total_balance)
|
print(response.total_balance)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user