diff --git a/sharding/contracts/contracts.go b/sharding/contracts/contracts.go new file mode 100644 index 000000000..202738ce9 --- /dev/null +++ b/sharding/contracts/contracts.go @@ -0,0 +1,5 @@ +// Package contracts consists of generated contracts for sharding. +package contracts + +// DO NOT USE THIS FILE: It exists only for the package comment. Other files in this package are +// automatically generated and cannot have a package comment.