Test an empty execute

This commit is contained in:
Luke Parker
2025-01-24 17:13:36 -05:00
parent ed599c8ab5
commit 3892fa30b7
6 changed files with 235 additions and 49 deletions

View File

@@ -52,7 +52,7 @@ impl Action {
Executed::NextSeraiKeySet { nonce: *nonce, key: key.eth_repr() }
}
Self::Batch { chain_id: _, nonce, .. } => {
Executed::Batch { nonce: *nonce, message_hash: keccak256(self.message()) }
Executed::Batch { nonce: *nonce, message_hash: keccak256(self.message()), results: vec![] }
}
})
}