Skip to content

Commit

Permalink
typo extension_utilities.go
Browse files Browse the repository at this point in the history
  • Loading branch information
vipocenka authored Jan 3, 2025
1 parent a8107d5 commit 56ddbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/extension_utilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

// generateUuid sends some data to the linked Private Transaction Manager which
// uses a randomly generated key to encrypt the data and then hash it this
// means we get a effectively random hash, whilst also having a reference
// means we get an effectively random hash, whilst also having a reference
// transaction inside the PTM
func generateUuid(contractAddress common.Address, privateFrom string, privateFor []string, ptm private.PrivateTransactionManager) (string, error) {
// to ensure recoverability , the UUID generation logic is as below:
Expand Down

0 comments on commit 56ddbfd

Please sign in to comment.