You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we have a design that encourages the implementation of a fee estimation strategy from scratch before running analysis on it.
Instead of doing this, we should enable the user to get the fee estimate from an RPC on a specific branch of bitcoin core where the strategy has been implemented. This is a more streamlined way to test a strategy that has already been implemented on a bitcoin core branch.