docker: Update templates for BCH.

This commit is contained in:
tecnovert
2024-11-12 22:43:32 +02:00
parent 283cfc7c59
commit ca5b9e5e00
10 changed files with 47 additions and 25 deletions

View File

@@ -1502,7 +1502,7 @@ class BTCInterface(Secp256k1Interface):
'amount': txjs['vout'][n]['value']
}
def inspectSwipeTx(self, tx: dict) -> bytes | None:
def inspectSwipeTx(self, tx: dict):
mercy_keyshare = None
for vout in tx['vout']:
script_bytes = bytes.fromhex(vout['scriptPubKey']['hex'])