git.delta.rocks / unique-network / refs/commits / 1aac61d1c876

difftreelog

fix solidity macro test

Yaroslav Bolyukin2021-08-31parent: #515da44.patch.diff
in: master

1 file changed

modifiedcrates/evm-coder/tests/a.rsdiffbeforeafterboth
22
3use evm_coder::{solidity_interface, types::*, ToLog, execution::Result};3use evm_coder::{solidity_interface, types::*, ToLog, execution::Result};
4use evm_coder_macros::solidity;4use evm_coder_macros::solidity;
5use std as sp_std;
56
6struct Impls;7struct Impls;
78