diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-11-10 17:08:10 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-11-10 17:08:10 +0100 |
commit | 7ffe50bb99f858f39d3a86ece8a05dc880079c60 (patch) | |
tree | ac2601e516bf1205f88283130b1d490ece5431bb | |
parent | 52bca504c5deb7676b6b9062e30f2accb9a03e61 (diff) | |
download | cgi-7ffe50bb99f858f39d3a86ece8a05dc880079c60.zip |
Use Bitcoin Silent Payments address
-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, }, |