mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Refactor BSQ verification and state change code.
- Add preliminary opReturn type to make case detection easier - Set txType at the BsqTxController after iteration - Move apply state code to BsqTxController - Add more warning logs and checks - Add stakeSpendingOutput to verify reveal tx more strictly
This commit is contained in:
parent
7f1c0f8afb
commit
06a40c0b27
1 changed files with 1 additions and 0 deletions
|
@ -298,6 +298,7 @@ public class BsqTxView extends ActivatableView<GridPane, Void> implements BsqBal
|
|||
.sum();
|
||||
long issuanceValue = tx.getOutputs().get(1).getValue();
|
||||
|
||||
//TODO not good solution to just use a view specific TxType
|
||||
final BsqTxListItem issuanceItem = new BsqTxListItem(item.getTransaction(),
|
||||
bsqWalletService,
|
||||
btcWalletService,
|
||||
|
|
Loading…
Add table
Reference in a new issue