git.delta.rocks / unique-network / refs/commits / 1107c89c93e6

difftreelog

fix impl ()

Trubnikov Sergey2023-01-13parent: #9560f3b.patch.diff
in: master

1 file changed

modifiedcrates/evm-coder/src/solidity/impls.rsdiffbeforeafterboth
34 bool => "bool" true = "false",34 bool => "bool" true = "false",
35}35}
3636
37impl SolidityTypeName for void {37impl SolidityTypeName for () {
38 fn solidity_name(_writer: &mut impl fmt::Write, _tc: &TypeCollector) -> fmt::Result {38 fn solidity_name(_writer: &mut impl fmt::Write, _tc: &TypeCollector) -> fmt::Result {
39 Ok(())39 Ok(())
40 }40 }