Skip to content

Commit

Permalink
[fix] hyperledger-iroha#4403: Trigger metadata is accessible in smart…
Browse files Browse the repository at this point in the history
… contracts

Signed-off-by: Shanin Roman <[email protected]>
  • Loading branch information
Erigara committed Apr 4, 2024
1 parent 79eb2ed commit a3ac9dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified configs/peer/executor.wasm
Binary file not shown.
1 change: 0 additions & 1 deletion data_model/src/trigger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ pub mod action {
}
}

#[cfg(feature = "transparent_api")]
impl<F> crate::HasMetadata for Action<F> {
fn metadata(&self) -> &crate::metadata::Metadata {
&self.metadata
Expand Down

0 comments on commit a3ac9dc

Please sign in to comment.