diff --git a/eos/core/hashing/__init__.py b/eos/core/hashing/__init__.py index b7b47ce..0171499 100644 --- a/eos/core/hashing/__init__.py +++ b/eos/core/hashing/__init__.py @@ -85,7 +85,7 @@ class SHA256: else: b64 = self.impl.getHash('B64') if short: - return b64[:8] + return b64[:10] return b64 def hash_as_hex(self):