diff options
Diffstat (limited to 'main.c')
-rwxr-xr-x | main.c | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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, }, |