connext / vector

↗️ Vector is an ultra-minimal state channel network implementation.
MIT License
109 stars 44 forks source link

Calculate fees without channel #652

Closed rhlsthrm closed 3 years ago

rhlsthrm commented 3 years ago

The Problem

We need to be able to calculate fees without a channel.

The Solution

Update all fee calculation functions to allow for un-created channels.