github.com/aergoio/aergo@v1.3.1/cmd/brick/exec/release.go (about)

     1  // +build !Debug
     2  
     3  package exec
     4  
     5  func resetContractInfoInterface() {
     6  	// do nothing
     7  }
     8  
     9  func updateContractInfoInterface(contractName string, defPath string) {
    10  	// do nothing
    11  }