coins: Fix Firo seedid

This commit is contained in:
tecnovert
2022-11-08 16:43:28 +02:00
parent ca264db0d0
commit c440f9e3a3
5 changed files with 40 additions and 3 deletions

View File

@@ -727,7 +727,7 @@ class BasicSwap(BaseApp):
return
root_key = self.getWalletKey(coin_type, 1)
root_hash = ci.getAddressHashFromKey(root_key)[::-1]
root_hash = ci.getSeedHash(root_key)
try:
ci.initialiseWallet(root_key)