]> gitweb.factorcode.org Git - factor.git/commitdiff
bitcoin.client: ahem
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 15 Feb 2022 04:32:13 +0000 (20:32 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 15 Feb 2022 04:32:13 +0000 (20:32 -0800)
extra/bitcoin/client/client.factor

index 70db9e07aa103e75e8cd072d733673c15512eed4..4cf08df4639279c9aef09f5f993b4be6527c5a30 100644 (file)
@@ -41,7 +41,7 @@ IN: bitcoin.client
 
 : bitcoin-url ( -- url )
     <url>
-      "http" >>protocol
+      "https" >>protocol
       "/" >>path
       bitcoin-server >>host
       bitcoin-port >>port ;