We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c273b commit 2af0d99Copy full SHA for 2af0d99
chain/src/services/namada.rs
@@ -1084,7 +1084,7 @@ pub async fn query_checksums(client: &HttpClient) -> Checksums {
1084
panic!("{} must be defined in namada storage.", code_path)
1085
});
1086
1087
- checksums.add_with_ext(code_path, code.to_lowercase());
+ checksums.add(code_path, code.to_lowercase());
1088
}
1089
1090
checksums
transactions/src/services/namada.rs
@@ -97,7 +97,7 @@ pub async fn query_checksums(client: &HttpClient) -> Checksums {
97
98
99
100
101
102
103
0 commit comments