Skip to content

Commit

Permalink
fix: add cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
bkioshn committed Sep 5, 2024
1 parent 58eeed6 commit ddc126d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hermes/crates/cardano-chain-follower/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ pub(crate) fn decode_utf8(content: &[u8]) -> anyhow::Result<String> {
mod tests {
use super::*;

// cspell: words stake_test1uqehkck0lajq8gr28t9uxnuvgcqrc6070x3k9r8048z8y5gssrtvn

#[test]
fn test_extract_cip19_hash() {
// Test stake data from https://cips.cardano.org/cip/CIP-19
Expand Down

0 comments on commit ddc126d

Please sign in to comment.