Skip to content

Commit

Permalink
refactor: Add To trait implementation for CardanoSignRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
Charon-Fan committed Aug 21, 2024
1 parent 2483678 commit 8bffa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ur-registry/src/cardano/cardano_sign_request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use crate::impl_template_struct;
use crate::registry_types::{
RegistryType, CARDANO_CERT_KEY, CARDANO_SIGN_REQUEST, CARDANO_UTXO, UUID,
};
use crate::traits::{MapSize, RegistryItem};
use crate::traits::{MapSize, RegistryItem, To};
use crate::types::Bytes;
use alloc::string::{String, ToString};
use alloc::vec::Vec;
Expand Down

0 comments on commit 8bffa21

Please sign in to comment.