• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

lightningnetwork / lnd / 3199
65%

Build:
DEFAULT BRANCH: master
Ran 12 Mar 2018 07:51PM UTC
Jobs 1
Files 125
Run time 13s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
3199

push

travis-ci

Roasbeef
docker: remove deprecated --witness_only arg in docs

`lncli` command `walletbalance` apparently no longer supports the `--witness_only` argument. With the deprecated argument:
```
root@8a9ad8528430:/go/src/github.com/lightningnetwork/lnd# lncli walletbalance --witness_only=true
Incorrect Usage: flag provided but not defined: -witness_only

NAME:
   lncli walletbalance - Compute and display the wallet's current balance

USAGE:
   lncli walletbalance [arguments...]
[lncli] flag provided but not defined: -witness_only
```
After removing that argument:
```
root@8a9ad8528430:/go/src/github.com/lightningnetwork/lnd# lncli walletbalance
{
    "total_balance": "1505000000000",
    "confirmed_balance": "1505000000000",
    "unconfirmed_balance": "0"
}
```

18611 of 28669 relevant lines covered (64.92%)

23889.12 hits per line

Jobs
ID Job ID Ran Files Coverage
3 3199.3 (RACE=false) 12 Mar 2018 07:51PM UTC 0
64.92
Travis Job 3199.3
Source Files on build 3199
  • List 0
  • Changed 34
  • Source Changed 3
  • Coverage Changed 34
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #3199
  • 6d4c9ca0 on github
  • Prev Build on master (#3201)
  • Next Build on master (#3205)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc