This commit is contained in:
obscuren 2015-03-16 12:03:52 +01:00
parent b523441361
commit 3cf51d5479
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
package common
type (
Hash [32]byte
Address [20]byte
uHash [32]byte
uAddress [20]byte
)