mirror of
https://github.com/basicswap/basicswap.git
synced 2026-03-02 01:15:10 +01:00
api: getcoinseed shows seed id
This commit is contained in:
@@ -163,7 +163,7 @@ class FIROInterface(BTCInterface):
|
||||
|
||||
return CScript([OP_HASH160, script_hash_hash, OP_EQUAL])
|
||||
|
||||
def getSeedHash(self, seed):
|
||||
def getSeedHash(self, seed) -> bytes:
|
||||
return hash160(seed)[::-1]
|
||||
|
||||
def encodeScriptDest(self, script):
|
||||
|
||||
Reference in New Issue
Block a user