mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-07 03:08:10 +01:00
ui: Can display chain A lock tx inputs.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user