Tags: breez/breez
Tags
doubleratchet: initialize in app creation instead of app.Start() This commit moves the doubleratchet initialization to the point where the app is created instead of deferring it to the app.Start(). The reason is becaue the doubleratchet is a stand alone package That is being used regardless of breez app and even before it is really started.