Implementing CALLs
This commit is contained in:
@@ -131,7 +131,7 @@ impl<'a> Ext for TestExt<'a> {
|
||||
self.ext.extcode(address)
|
||||
}
|
||||
|
||||
fn log(&mut self, topics: Vec<H256>, data: Bytes) {
|
||||
fn log(&mut self, topics: Vec<H256>, data: &[u8]) {
|
||||
self.ext.log(topics, data)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user