From 7ffe50bb99f858f39d3a86ece8a05dc880079c60 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Sun, 10 Nov 2024 17:08:10 +0100 Subject: Use Bitcoin Silent Payments address --- main.c | 7 +++---- 1 file 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 = "
Bitcoin

" }, { .type = TAG_CODE, - .scale = 120, - .text = "bc1qhk0uezw98wxwweaeelwh8z0znk6jsl4qd5l8v7", + .text = "sp1qqwlec7hn4dd4yfk4w9kwv0zz7js7dnu2245f2z22wrttyme3a07lgqunmfz9lqcpspa70j83yrzf7wejq8ucv7cendc5h4ph8k2hjwmafqran468", }, { .type = TAG_END, }, -- cgit v1.2.3