コード例 #1
0
 def fingerprint(self):
     return hashes.hash160(self.descriptor.replace("/_", ""))[:4]
コード例 #2
0
ファイル: wallet.py プロジェクト: stepansnigirev/specter-diy
 def fingerprint(self):
     """Fingerprint of the wallet - hash160(descriptor)"""
     return hashes.hash160(str(self.descriptor))[:4]