docs: Modify example WalletBalance responses

This commit is contained in:
Nalin Bhardwaj
2017-11-26 19:03:32 +05:30
parent eb13be9adf
commit 965fcf5bd6
2 changed files with 4 additions and 2 deletions

View File

@@ -241,7 +241,9 @@ alice$ lncli walletbalance
# channel:
bob$ lncli walletbalance
{
"balance": 0.0001
"total_balance": "0.0001",
"confirmed_balance": "0.0001",
"unconfirmed_balance": "0"
}
```