Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
cong-or committed May 7, 2024
1 parent e19a33d commit 31645c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalyst-gateway/bin/src/cardano/cip36_registration/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ fn original_61284_payload(metadata: &Metadatum) -> anyhow::Result<Vec<u8>> {

let registration_payload = Value::Map(vec![(
Value::Integer(Integer::from(CIP_36_61284)),
ciborium::Value::Map(cbor_map.to_vec()),
ciborium::Value::Map(cbor_map.clone()),
)]);

let mut raw_61284 = Vec::new();
Expand Down

0 comments on commit 31645c6

Please sign in to comment.