Skip to content

Commit

Permalink
chore_: mark public endpoint OpenAccounts as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Sep 23, 2024
1 parent 0621a3b commit b3143ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mobile/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ func initializeApplication(requestJSON string) string {
return string(data)
}

// Deprecated: Use InitializeApplication instead.
func OpenAccounts(datadir string) string {
return logAndCallString(openAccounts, datadir)
}
Expand Down

0 comments on commit b3143ce

Please sign in to comment.