Implementing CALLs

This commit is contained in:
Tomusdrw
2016-01-14 00:39:59 +01:00
parent b3bf8b4034
commit d06857737e
2 changed files with 48 additions and 12 deletions

View File

@@ -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)
}