From 56ddbfd1dc4f674b462265b575a4c99b97f4cef0 Mon Sep 17 00:00:00 2001 From: Ocenka Date: Fri, 3 Jan 2025 10:00:35 +0000 Subject: [PATCH] typo extension_utilities.go --- extension/extension_utilities.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/extension_utilities.go b/extension/extension_utilities.go index 9628b29f2c..1aae55fe3c 100644 --- a/extension/extension_utilities.go +++ b/extension/extension_utilities.go @@ -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: