Change mamba version with update imports

Signed-off-by: Aleskei Chetaev <alex.chetaev@gmail.com>
This commit is contained in:
a.chetaev 2023-02-06 18:12:04 +01:00 committed by Aleksey Chetaev
parent 54ac125f40
commit cea3ab5126
7 changed files with 9 additions and 8 deletions

View file

@ -3,7 +3,7 @@ import binascii
import json
import base58
from neo3 import wallet as neo3_wallet
from neo3.wallet import wallet as neo3_wallet
def str_to_ascii_hex(input: str) -> str: