mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Fix CI
This commit is contained in:
parent
00166adb2a
commit
77bff24fdf
2 changed files with 2 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
|
@ -468,7 +468,6 @@ import java.util.*;
|
|||
public class {{.Type}} {
|
||||
// ABI is the input ABI used to generate the binding from.
|
||||
public final static String ABI = "{{.InputABI}}";
|
||||
|
||||
{{if $contract.FuncSigs}}
|
||||
// {{.Type}}FuncSigs maps the 4-byte function signature to its string representation.
|
||||
public final static Map<String, String> {{.Type}}FuncSigs;
|
||||
|
|
@ -480,7 +479,6 @@ public class {{.Type}} {
|
|||
{{.Type}}FuncSigs = Collections.unmodifiableMap(temp);
|
||||
}
|
||||
{{end}}
|
||||
|
||||
{{if .InputBin}}
|
||||
// BYTECODE is the compiled bytecode used for deploying new contracts.
|
||||
public final static String BYTECODE = "0x{{.InputBin}}";
|
||||
|
|
|
|||
Loading…
Reference in a new issue