lightning-kmp icon indicating copy to clipboard operation
lightning-kmp copied to clipboard

Make blockheight/fees flows non-nullable

Open pm47 opened this issue 1 year ago • 0 comments

This guarantees that the peer will never block before processing a channel message, but implies that:

  • updating these values is done outside of the peer (note: instantiating the electrum client is already done outside)
  • the peer cannot be instantiated before a connection to electrum has been established

pm47 avatar Jun 28 '23 14:06 pm47