We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ebf43d commit b37daa5Copy full SHA for b37daa5
antimev/envelope.go
@@ -37,7 +37,7 @@ var (
37
minEncryptedDataSize = EncryptedDataPrefixLen + EncryptedDataRoundLen + EncryptedDataHashLen + tpke.CipherTextSize + 105 + (aes.BlockSize - 105%aes.BlockSize)
38
)
39
40
-// isEnvelope checks whether a transaction is an Envelope transaction. The criteria
+// IsEnvelope checks whether a transaction is an Envelope transaction. The criteria
41
// include receiver's address, data prefix and data length check.
42
func IsEnvelope(tx *types.Transaction) bool {
43
if tx.To() == nil || *(tx.To()) != systemcontracts.GovernanceRewardProxyHash {
0 commit comments