Skip to content

Commit

Permalink
Update sdk/src/types/block/payload/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M authored Feb 8, 2024
1 parent 58408da commit 7a1d235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/types/block/payload/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ pub mod dto {
{
TaggedDataPayload::KIND => Self::from(TaggedDataPayload::deserialize(value).map_err(|e| {
serde::de::Error::custom(alloc::format!(
core::concat!("cannot deserializeTaggedDataPayload: {}"),
core::concat!("cannot deserialize TaggedDataPayload: {}"),
e
))
})?),
Expand Down

0 comments on commit 7a1d235

Please sign in to comment.