There is a couple of places where cashu-ts will log errors or warnings. This package is usually used a dependency and should not log to the console, without explicitly being told to do so. We should therefore make all logs opt-in, using a verbose flag or similar.
There is a couple of places where cashu-ts will log errors or warnings. This package is usually used a dependency and should not log to the console, without explicitly being told to do so. We should therefore make all logs opt-in, using a
verbose
flag or similar.