Skip to content

Commit

Permalink
testsss
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Mar 15, 2024
1 parent ee61c10 commit 895e4ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions antelope.trxstats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ prost-types = { workspace = true }
substreams = { workspace = true }
substreams-database-change = { workspace = true }
substreams-antelope = { workspace = true }
thiserror = "1.0"
2 changes: 0 additions & 2 deletions antelope.trxstats/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ fn parse_params(input: String) -> Result<Params, SubstreamsError> {
return Ok(result);
}

return Err(SubstreamsError::Unexpected("Hello".to_string()));

for param in input.split('&') {
let (key, value) = param
.split_once('=')
Expand Down

0 comments on commit 895e4ed

Please sign in to comment.