ens #32

Merged
lash merged 21 commits from ens into master 2025-03-07 06:00:18 +01:00
Showing only changes of commit 20c8af582c - Show all commits

View File

@ -14,6 +14,6 @@ import (
func New(ctx context.Context, storageService storage.StorageService) remote.AccountService {
return &httpremote.HTTPAccountService{
SS: storageService,
UseApi: false,
UseApi: true,
}
}