checksums.multi: make multi-checksum an instance of checksum
Previously it was declared to be an instance of block-checksum, which is not necessarily the case, since the participating checksums don't have to be block-checksums.master
parent
9c60c202e9
commit
fbeb409979
|
@ -25,4 +25,4 @@ M: multi-state get-checksum
|
||||||
dup states>> [ get-checksum ] map [ >>results ] keep
|
dup states>> [ get-checksum ] map [ >>results ] keep
|
||||||
] unless* nip ;
|
] unless* nip ;
|
||||||
|
|
||||||
INSTANCE: multi-checksum block-checksum
|
INSTANCE: multi-checksum checksum
|
||||||
|
|
Loading…
Reference in New Issue