Skip to content

Commit

Permalink
Updated doc comments in checksum module.
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszDepta committed Mar 19, 2024
1 parent 8747bb5 commit ba652ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checksums.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! # Implementation of the interface to custom checksum generator
//! # Implementation of checksum generator

use cosmwasm_std::{Addr, HexBinary};
use sha2::{Digest, Sha256};
Expand Down

0 comments on commit ba652ac

Please sign in to comment.