mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-30 05:57:59 +00:00
Fix the ABI finding logic (#38)
* Fix the ABI finding logic * Implement ABI fix in the compiler trait impl
This commit is contained in:
@@ -49,6 +49,7 @@ pub struct CompilerInput<T: PartialEq + Eq + Hash> {
|
||||
}
|
||||
|
||||
/// The generic compilation output configuration.
|
||||
#[derive(Debug)]
|
||||
pub struct CompilerOutput<T: PartialEq + Eq + Hash> {
|
||||
/// The solc standard JSON input.
|
||||
pub input: CompilerInput<T>,
|
||||
|
||||
Reference in New Issue
Block a user