mirror of
https://github.com/corda/corda.git
synced 2025-05-06 18:48:34 +00:00
core: Typo
This commit is contained in:
parent
497fcabd4d
commit
3cc0cef9c5
@ -23,7 +23,7 @@ val TOPIC_DEFAULT_POSTFIX = ".0"
|
|||||||
* change out from underneath you, even though the canonical currently-best-known wallet may change as we learn
|
* change out from underneath you, even though the canonical currently-best-known wallet may change as we learn
|
||||||
* about new transactions from our peers and generate new transactions that consume states ourselves.
|
* about new transactions from our peers and generate new transactions that consume states ourselves.
|
||||||
*
|
*
|
||||||
* This absract class has no references to Cash contracts.
|
* This abstract class has no references to Cash contracts.
|
||||||
*/
|
*/
|
||||||
class Wallet(val states: List<StateAndRef<ContractState>>) {
|
class Wallet(val states: List<StateAndRef<ContractState>>) {
|
||||||
@Suppress("UNCHECKED_CAST")
|
@Suppress("UNCHECKED_CAST")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user