ui: Can display chain A lock tx inputs.

This commit is contained in:
tecnovert
2021-11-06 00:34:25 +02:00
parent edddf9158a
commit 0cf3f8e3b3
6 changed files with 35 additions and 5 deletions

View File

@@ -179,6 +179,7 @@ class SwapTx(Base):
txid = sa.Column(sa.LargeBinary)
vout = sa.Column(sa.Integer)
tx_data = sa.Column(sa.LargeBinary)
script = sa.Column(sa.LargeBinary)