Open thespielplatz opened 1 year ago
Yes we ran into a similar issue (LND). From what I gathered in the newAddress RPC and rest the address type needs to be one of the NOT unused ones:
A type prefixed UNUSED_ will result in one of the addresses that have already been generated but have not been used. With the other types it should always generate a fresh one. https://github.com/lightningnetwork/lnd/issues/8697
Describe the problem/bug When creating a new onchain address via cli, this "new address" is also shown in thunderhub.
I don't know if this is really a bug, but in my case it lead to an account problem with another application, while rebalancing BTC via Boltz exchange.
Your environment
To Reproduce
Create new onchain address via lncli
Create new onchain address via Thunderhub
Expected behavior Thunderhub creates a new onchain address
Actual behavior Thunderhub shows the previous created address