Skip to content

Commit

Permalink
fix: remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Feb 8, 2024
1 parent 0c8a3f2 commit 5b8f2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fhevm/precompiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type PrecompiledContract interface {
RequiredGas(environment *EVMEnvironment, input []byte) uint64 // RequiredGas calculates the contract gas use
Run(environment *EVMEnvironment, caller common.Address, addr common.Address, input []byte, readOnly bool) (ret []byte, err error)
}
// URL of the KMS gRPC endpoint

var signatureFheAdd = makeKeccakSignature("fheAdd(uint256,uint256,bytes1)")
var signatureCast = makeKeccakSignature("cast(uint256,bytes1)")
var signatureDecrypt = makeKeccakSignature("decrypt(uint256)")
Expand Down

0 comments on commit 5b8f2dd

Please sign in to comment.