move signing phrases out of status go wrapper (libstatus) (#22)

* refactor: move eth logic out of libstatus wrapper

* move signing phrases out of status go wrapper (libstatus)
This commit is contained in:
Iuri Matias 2021-09-11 08:10:21 -04:00 committed by GitHub
parent 62975ef419
commit fd0dfb4a7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import json, random, strutils, strformat, tables, chronicles, unicode, times
from sugar import `=>`, `->`
import stint
from times import getTime, toUnix, nanosecond
import libstatus/accounts/signing_phrases
import signing_phrases
from web3 import Address, fromHex
import web3/ethhexstrings