summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-11-10 17:08:10 +0100
committerMitya Selivanov <automainint@guattari.tech>2024-11-10 17:08:10 +0100
commit7ffe50bb99f858f39d3a86ece8a05dc880079c60 (patch)
treeac2601e516bf1205f88283130b1d490ece5431bb
parent52bca504c5deb7676b6b9062e30f2accb9a03e61 (diff)
downloadcgi-7ffe50bb99f858f39d3a86ece8a05dc880079c60.zip
Use Bitcoin Silent Payments address
-rwxr-xr-xmain.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/main.c b/main.c
index e96af16..955f68d 100755
--- a/main.c
+++ b/main.c
@@ -1809,7 +1809,7 @@ static Doc docs[NUM_DOCS] = {
}, {
.action = ACTION_SELF,
.href = "/links/bitcoin",
- .text = "Bitcoin",
+ .text = "Bitcoin (Silent Payments)",
}, {
.type = TAG_END,
}, {
@@ -2353,14 +2353,13 @@ static Doc docs[NUM_DOCS] = {
[DOC_LINKS_BITCOIN] = {
.id = "bitcoin",
.id_parent = "links",
- .title = "Bitcoin - Guattari Tech",
+ .title = "Bitcoin (Silent Payments) - Guattari Tech",
.content = (Tag[]) {
{
.text = "<br>Bitcoin<br><br>"
}, {
.type = TAG_CODE,
- .scale = 120,
- .text = "bc1qhk0uezw98wxwweaeelwh8z0znk6jsl4qd5l8v7",
+ .text = "sp1qqwlec7hn4dd4yfk4w9kwv0zz7js7dnu2245f2z22wrttyme3a07lgqunmfz9lqcpspa70j83yrzf7wejq8ucv7cendc5h4ph8k2hjwmafqran468",
}, {
.type = TAG_END,
},