We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6819aeb commit 48678deCopy full SHA for 48678de
rust/catalyst-types/src/cbor_utils.rs
@@ -13,7 +13,7 @@ pub fn report_duplicated_key<T: Debug + PartialEq>(
13
if found_keys.contains(key) {
14
report.duplicate_field(
15
format!("{key:?}").as_str(),
16
- format!("Redundant key found in item {} in RBAC map", index + 1).as_str(),
+ format!("Redundant key found in item {}", index + 1).as_str(),
17
context,
18
);
19
return true;
0 commit comments