Skip to content

Commit

Permalink
getRandomMnemonic
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarBasem committed Feb 16, 2024
1 parent 046ede9 commit 3726d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ func InitLogging(logSettingsJSON string) string {
return makeJSONResponse(err)
}

func getRandomMnemonic() string {
func GetRandomMnemonic() string {
resp, err := statusBackend.AccountManager().GetRandomMnemonic()
if err != nil {
return makeJSONResponse(err)
Expand Down

0 comments on commit 3726d71

Please sign in to comment.