mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
7ee6bd05ce
- Rename NodeWalletService to InMemoryWalletService and move into the core module where it's available for unit testing. - Make a new NodeWalletService that just inherits from InMemoryWalletService and doesn't customise it at all, for now. - Take the cash specific functionality out of Wallet and into an extension property in the Cash contract (this compiles as CashKt.getCashBalance(wallet) for java users). - Return the generated states in the fillWalletWithTestCash function. |
||
---|---|---|
.. | ||
src | ||
build.gradle |