mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
Fix "isRelevant" functionality - fix is_modifiable column condition in cash selection.
This commit is contained in:
parent
2fae95c58f
commit
32a4a8712a
@ -58,7 +58,7 @@ class CashSelectionSQLServerImpl : AbstractCashSelection() {
|
||||
ON vs.transaction_id = ccs.transaction_id AND vs.output_index = ccs.output_index
|
||||
WHERE
|
||||
vs.state_status = 0
|
||||
vs.is_modifiable = 0
|
||||
AND vs.is_modifiable = 0
|
||||
AND ccs.ccy_code = ?
|
||||
AND (vs.lock_id = ? OR vs.lock_id IS NULL)
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user