tari-project / tari-universe

Other
0 stars 2 forks source link

Await for wallet daemon to start responding #23

Closed MCozhusheck closed 1 week ago

MCozhusheck commented 1 month ago

In a case where DB for wallet daemon is deleted, first boot up of tari universe crashes. Probably because we don't await for wallet daemon to start responding and first start initializes DB which takes time (the very next thing tari universe does it asking wallet daemon for permission token).

Just resend request if previous has failed.