Skip to content

Commit

Permalink
fix fm
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkolegov committed Jan 9, 2024
1 parent 901252d commit ae0274e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fendermint/fendermint/vm/actor_interface/src/ipc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@ macro_rules! abi_hash {
}

abi_hash!(struct ipc_actors_abis::checkpointing_facet::BottomUpCheckpoint);
abi_hash!(struct ipc_actors_abis::subnet_actor_manager_facet::BottomUpCheckpoint);
abi_hash!(struct ipc_actors_abis::subnet_actor_checkpointing_facet::BottomUpCheckpoint);
abi_hash!(Vec<ipc_actors_abis::gateway_getter_facet::CrossMsg>);
abi_hash!(Vec<ipc_actors_abis::subnet_actor_manager_facet::CrossMsg>);
abi_hash!(Vec<ipc_actors_abis::subnet_actor_checkpointing_facet::CrossMsg>);
abi_hash!(Vec<ipc_actors_abis::subnet_actor_getter_facet::CrossMsg>);

pub mod gateway {
Expand Down Expand Up @@ -454,7 +454,7 @@ pub mod subnet {
mod tests {
use ethers::abi::{AbiType, Tokenize};
use ethers::core::types::Bytes;
use ipc_actors_abis::subnet_actor_manager_facet::{BottomUpCheckpoint, SubnetID};
use ipc_actors_abis::subnet_actor_checkpointing_facet::{BottomUpCheckpoint, SubnetID};

#[test]
fn checkpoint_abi() {
Expand Down

0 comments on commit ae0274e

Please sign in to comment.