mirror of
https://github.com/muun/recovery.git
synced 2025-11-13 15:21:37 -05:00
Release v2.2.0
This commit is contained in:
5
vendor/github.com/muun/libwallet/init.go
generated
vendored
5
vendor/github.com/muun/libwallet/init.go
generated
vendored
@@ -1,5 +1,9 @@
|
||||
package libwallet
|
||||
|
||||
import (
|
||||
"runtime/debug"
|
||||
)
|
||||
|
||||
// Listener is an interface implemented by the apps to receive notifications
|
||||
// of data changes from the libwallet code. Each change is reported with a
|
||||
// string tag identifying the type of change.
|
||||
@@ -17,5 +21,6 @@ var cfg *Config
|
||||
|
||||
// Init configures the libwallet
|
||||
func Init(c *Config) {
|
||||
debug.SetTraceback("crash")
|
||||
cfg = c
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user