From 6d8fa5e677af1aa87ea1c702972f4cb049236058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B8bra?= Date: Fri, 26 Jun 2020 01:25:10 +0200 Subject: [PATCH] Update address Update address --- _contrib/bco-htmlproof | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_contrib/bco-htmlproof b/_contrib/bco-htmlproof index a3a0d42f..2073a7ed 100755 --- a/_contrib/bco-htmlproof +++ b/_contrib/bco-htmlproof @@ -30,7 +30,7 @@ HTML::Proofer.new( '#', ## hrefs pointing to the current page (htmlproofer fails them) /^$/, ## anchors with no href attribute set (for clickable javascript elements) /^\/bin/, ## /bin dir is not part of repository; holds Bitcoin Core binaries - 'bitcoin:3NSG2UvEaoHUJZcd5nRXiFsq7EnSP93GCR', ## bitcoin address handlers + 'bitcoin:3E8ociqZa9mZUSwGdSmAEMAoAxBK3FNDcd', ## bitcoin address handlers /^\/stats/ ## /stats dir is not part of repository; generated by separate stats script ],