]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/bitcoin/client/client.factor
syntax: removing #! as a comment character.
[factor.git] / extra / bitcoin / client / client.factor
index d2221a77c335554e114d03f4bb42f9cd99327416..7f566f6fc2252d33477c3edc15165c4a14b496cc 100644 (file)
@@ -134,6 +134,6 @@ PRIVATE>
 : stop ( -- )
     "stop" { } bitcoin-request drop ;
 
-#! requires patched bitcoind
+! requires patched bitcoind
 :: list-transactions ( count include-generated -- seq )
     "listtransactions" { count include-generated } bitcoin-request ;