Fixing unused variable warning

This commit is contained in:
Tomusdrw 2016-02-03 15:35:03 +01:00
parent a7b1b70fc1
commit 471f1f82be
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ impl Ext for FakeExt {
value: Option<U256>,
data: &[u8],
code_address: &Address,
output: &mut [u8]) -> MessageCallResult {
_output: &mut [u8]) -> MessageCallResult {
self.calls.insert(FakeCall {
call_type: FakeCallType::CALL,