Remove NWC receive for Coinos (#2556)

This commit is contained in:
ekzyis 2025-09-20 18:44:32 +02:00 committed by GitHub
parent 596001576b
commit 88473ba2ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1 @@
UPDATE "WalletTemplate" SET "recvProtocols" = array_remove("recvProtocols", 'NWC') WHERE name = 'COINOS';