aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/types.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/types.go b/common/types.go
index 7646b2c34..6a9abdf18 100644
--- a/common/types.go
+++ b/common/types.go
@@ -1,6 +1,6 @@
package common
type (
- Hash [32]byte
- Address [20]byte
+ uHash [32]byte
+ uAddress [20]byte
)