mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 05:54:26 +01:00
Have address wallet objects rather than script objects (#4417)
This commit is contained in:
@@ -391,8 +391,8 @@ namespace BTCPayServer.Controllers
|
||||
await _walletRepository.EnsureWalletObjectLink(
|
||||
new WalletObjectId(
|
||||
walletId,
|
||||
WalletObjectData.Types.Script,
|
||||
address.ScriptPubKey.ToHex()),
|
||||
WalletObjectData.Types.Address,
|
||||
address.ToString()),
|
||||
new WalletObjectId(
|
||||
walletId,
|
||||
WalletObjectData.Types.Invoice,
|
||||
|
||||
Reference in New Issue
Block a user