Skip to content

Commit

Permalink
Print coprocessor contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
david-zk committed Sep 23, 2024
1 parent 8838255 commit a8ae23d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fhevm-engine/fhevm-go-coproc/fhevm/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ func InitCoprocessor() (CoprocessorApi, error) {
return nil, errors.New("FHEVM_CIPHERTEXTS_DB is set but FHEVM_CONTRACT_ADDRESS is not set")
}
fhevmContractAddress := common.HexToAddress(contractAddr)
fmt.Printf("Coprocessor contract address: %s\n", fhevmContractAddress)

coprocUrl, hasUrl := os.LookupEnv("FHEVM_COPROCESSOR_URL")
if !hasUrl {
Expand Down

0 comments on commit a8ae23d

Please sign in to comment.