mirror of
https://github.com/muun/recovery.git
synced 2025-11-13 15:21:37 -05:00
Release v2.2.1
This commit is contained in:
2
vendor/github.com/muun/libwallet/bridge.go
generated
vendored
2
vendor/github.com/muun/libwallet/bridge.go
generated
vendored
@@ -8,7 +8,7 @@ func NewStringList() *StringList {
|
||||
return &StringList{}
|
||||
}
|
||||
|
||||
func newStringList(elems []string) *StringList {
|
||||
func NewStringListWithElements(elems []string) *StringList {
|
||||
return &StringList{elems}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user