mirror of
https://github.com/corda/corda.git
synced 2025-06-18 15:18:16 +00:00
Minor fix following rebase to incoporate Ross changes to CashState definition.
This commit is contained in:
@ -147,7 +147,7 @@ class NodeVaultService(private val services: ServiceHub) : SingletonSerializeAsT
|
||||
var acceptableCoins = run {
|
||||
val ofCurrency = assetsStates.filter { it.state.data.amount.token.product == currency }
|
||||
if (onlyFromIssuers != null)
|
||||
ofCurrency.filter { it.state.data.amount.token.issuer.party in onlyFromIssuers }
|
||||
ofCurrency.filter { it.state.data.amount.token.issuer in onlyFromIssuers }
|
||||
else
|
||||
ofCurrency
|
||||
}
|
||||
|
Reference in New Issue
Block a user