Altalogy / tari

The Tari protocol
https://tari.com
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

[backend] todo: check wallet grpc server how handle wrong password description. #244

Open alex1307 opened 2 years ago

alex1307 commented 2 years ago

The launchpad passes the password as an envar to the docker container, which is used to decrypt the wallet DB. If it's wrong that decryption will fail, but we should check whether there's any gRPC endpoint that indicates such a failure.

tarnas14 commented 2 years ago

image