You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the selectTokens method of DatabaseTokenSelection, the predicate in TokenQueryBy is applied after all of the tokens have been selected that fulfill the required amount (lines 178-181). As a result, when using a predicate, the list of fungible tokens may not satisfy the required amount.
In the selectTokens method of DatabaseTokenSelection, the predicate in TokenQueryBy is applied after all of the tokens have been selected that fulfill the required amount (lines 178-181). As a result, when using a predicate, the list of fungible tokens may not satisfy the required amount.
https://github.com/corda/token-sdk/blob/6e2877f08bef55b2544b31c340834ccfaf8463c3/modules/selection/src/main/kotlin/com.r3.corda.lib.tokens.selection/database/selector/DatabaseTokenSelection.kt#L178C6-L182C28
The text was updated successfully, but these errors were encountered: