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

lightningnetwork / lnd / 2258
67%

Build:
DEFAULT BRANCH: master
Ran 13 Dec 2017 01:56AM UTC
Jobs 2
Files 101
Run time 53s
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
2258

push

travis-ci

Roasbeef
server+funding: fix bug where funding tx could have zero fees attached

In this commit, we fix an existing bug that would cause funding
transaction to be broadcast without any fees attached at all. This is
only an issue if the fee rate reported is extremely so, as can happen
on testnet. In this case, when we went to scale down to sat/weight, we
would return a value of zero due to integer division. If we went via
the EstimateFeePerWeight call directly, then it would've been detected.
However, we accept the fee/byte from the user directly on the command
line this wasn't being done.

To fix this, we'll now manually set the fee to a sane value, if it
returns a value that can't properly be scaled to fee/weight.

14419 of 19940 relevant lines covered (72.31%)

48986.54 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2258.1 (RACE=false) 13 Dec 2017 01:56AM UTC 0
72.3
Travis Job 2258.1
3 2258.3 (RACE=false) 13 Dec 2017 01:56AM UTC 0
72.31
Travis Job 2258.3
Source Files on build 2258
  • List 0
  • Changed 25
  • Source Changed 0
  • Coverage Changed 25
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #2258
  • 1121b0c4 on github
  • Prev Build on master (#2252)
  • Next Build on master (#2281)
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