mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-10 01:51:07 +09:00
GO-732: fix account creation
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
This commit is contained in:
parent
b2d5a2c5d6
commit
c7c574e2d1
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ func (mw *Middleware) createAccount(profile *pb.Profile, req *pb.RpcUserDataImpo
|
|||
return err
|
||||
}
|
||||
|
||||
cfg := anytype.BootstrapConfig(false, os.Getenv("ANYTYPE_STAGING") == "1")
|
||||
cfg := anytype.BootstrapConfig(true, os.Getenv("ANYTYPE_STAGING") == "1")
|
||||
index := len(mw.foundAccounts)
|
||||
var account wallet.Keypair
|
||||
for {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue