]> gitweb.factorcode.org Git - factor.git/commitdiff
Done with docs and unit tests.
authorDiego Martinelli <martinelli.diego@gmail.com>
Sun, 10 May 2009 12:20:23 +0000 (14:20 +0200)
committerDiego Martinelli <martinelli.diego@gmail.com>
Sun, 10 May 2009 12:20:23 +0000 (14:20 +0200)
extra/hashcash/hashcash.factor

index 3e75aad94caaee2a80f78f555cb8ba2fc2fde9dd..1eb690b20ff081a0d6cc2e3a527845a38759e0db 100755 (executable)
@@ -74,10 +74,10 @@ M: hashcash string>>
 
 PRIVATE>
 
-: mint* ( tuple -- str )
+: mint* ( tuple -- stamp )
     0 (mint) string>> ;
 
-: mint ( resource -- str )
+: mint ( resource -- stamp )
     <hashcash>
         swap >>resource
     mint* ;