Done with docs and unit tests.

db4
Diego Martinelli 2009-05-10 14:20:23 +02:00
parent dedb1d7536
commit ef5c9844e4
1 changed files with 2 additions and 2 deletions

View File

@ -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* ;