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
Alexander Iljin 2020-07-29 17:08:36 +02:00 committed by John Benediktsson
parent 9c60c202e9
commit fbeb409979
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@ M: multi-state get-checksum
dup states>> [ get-checksum ] map [ >>results ] keep
] unless* nip ;
INSTANCE: multi-checksum block-checksum
INSTANCE: multi-checksum checksum