From 4bbf739786dbda2e2d71d759e9535c0ae9d0958e Mon Sep 17 00:00:00 2001 From: gerlofvanek Date: Wed, 8 Jan 2025 19:52:11 +0100 Subject: [PATCH] doge: Wallet, Add DOGE Core notice message. --- basicswap/templates/wallet.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/basicswap/templates/wallet.html b/basicswap/templates/wallet.html index 3b6007e..12bdb66 100644 --- a/basicswap/templates/wallet.html +++ b/basicswap/templates/wallet.html @@ -82,6 +82,25 @@ {% else %} +{% if w.cid == '18' %} {# DOGE #} +
+
+
+
+ +
+
    +
  • NOTICE:
  • +
  • + This version of DOGE Core is experimental and has been custom-built for compatibility with BasicSwap. As a result, it may not always be fully aligned with upstream changes, features unrelated to BasicSwap might not work as expected, and its code may differ from the official release. +
  • +
+
+
+
+
+
+{% endif %}