tdex-network / tdex-daemon

Go implementation of the TDEX Beta Daemon
https://tdex.network
MIT License
11 stars 13 forks source link

Macaroon not empty check - InitWallet #653

Closed sekulicd closed 1 year ago

sekulicd commented 1 year ago

This checks if macaroon file is empty in InitWallet RPC call and retries reading from file until populated.

This closes #646

@tiero @altafan please review.

tiero commented 1 year ago

Shall we merge?