945e9410e4
Check that contract can be properly deployed and invoked.
6 lines
86 B
Go
6 lines
86 B
Go
package deploy
|
|
|
|
// NewMethod in updated contract.
|
|
func NewMethod() int {
|
|
return 42
|
|
}
|