hive-nectar 0.1.1__py3-none-any.whl → 0.1.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of hive-nectar might be problematic. Click here for more details.

nectarapi/version.py CHANGED
@@ -1,3 +1,3 @@
1
1
  """THIS FILE IS GENERATED FROM nectar PYPROJECT.TOML."""
2
2
 
3
- version = "0.1.1"
3
+ version = "0.1.3"
nectarbase/version.py CHANGED
@@ -1,3 +1,3 @@
1
1
  """THIS FILE IS GENERATED FROM nectar PYPROJECT.TOML."""
2
2
 
3
- version = "0.1.1"
3
+ version = "0.1.3"
@@ -501,8 +501,7 @@ class Mnemonic(object):
501
501
  @classmethod
502
502
  def normalize_string(cls, txt):
503
503
  """Normalizes strings"""
504
- utxt = txt.decode("utf8")
505
- return unicodedata.normalize("NFKD", utxt)
504
+ return unicodedata.normalize("NFKD", txt)
506
505
 
507
506
  @classmethod
508
507
  def to_seed(cls, mnemonic, passphrase=""):
@@ -1,3 +1,3 @@
1
1
  """THIS FILE IS GENERATED FROM nectar PYPROJECT.TOML."""
2
2
 
3
- version = "0.1.1"
3
+ version = "0.1.3"