Skip to content

Commit

Permalink
bug: fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyuanhust committed Oct 31, 2023
1 parent 6972724 commit e19f877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/forcerelay-test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ mod tests {

sleep(80);

let mut indexer_rpc = IndexerRpcClient::new("http://127.0.0.1:8114");
let indexer_rpc = IndexerRpcClient::new("http://127.0.0.1:8114");
let type_script = packed::Script::new_builder()
.code_hash(TYPE_ID_CODE_HASH.0.pack())
.hash_type(ScriptHashType::Type.into())
Expand Down

0 comments on commit e19f877

Please sign in to comment.