tee8z / doppler

A tool for building out and managing bitcoind/lightning clusters for regtest or signet environments
Creative Commons Zero v1.0 Universal
45 stars 7 forks source link

Add ability to spin up nodes with zero starting funds #35

Closed tee8z closed 7 months ago

tee8z commented 1 year ago

To allow for more edge case testing we need to be able to spin up nodes with zero funds. This will require re-working some of the logic used in the conf setup section.

tee8z commented 7 months ago

This was completed with the "set starting balance" PR https://github.com/tee8z/doppler/pull/49