Skip to content

Commit

Permalink
Add constructor to cis2 tokenAddress type
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBEN committed Dec 23, 2024
1 parent 7026a7f commit e0bc456
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion concordium-base
Submodule concordium-base updated 105 files
2 changes: 2 additions & 0 deletions src/v2/conversions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,8 @@ impl From<super::types::ProtocolVersion> for ProtocolVersion {
super::types::ProtocolVersion::P5 => ProtocolVersion::ProtocolVersion5,
super::types::ProtocolVersion::P6 => ProtocolVersion::ProtocolVersion6,
super::types::ProtocolVersion::P7 => ProtocolVersion::ProtocolVersion7,
// TODO: rust-sdk needs to be updated to support protocolVersion 8.
super::types::ProtocolVersion::P8 => ProtocolVersion::ProtocolVersion1,
}
}
}
Expand Down

0 comments on commit e0bc456

Please sign in to comment.