mirror of
https://codeberg.org/demostf/api-client.git
synced 2026-06-03 08:34:15 +02:00
compatible updates
This commit is contained in:
parent
3a5d5c24cf
commit
62ab8ecdc8
4 changed files with 143 additions and 221 deletions
|
|
@ -126,7 +126,7 @@ impl Demo {
|
|||
target.write_all(&chunk).map_err(Error::Write)?;
|
||||
}
|
||||
|
||||
let calculated = context.compute().0;
|
||||
let calculated = context.finalize().0;
|
||||
|
||||
if calculated != self.hash {
|
||||
error!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue