mirror of
https://github.com/corda/corda.git
synced 2024-12-23 14:52:29 +00:00
Give the trader demo buyer lots more cash.
This commit is contained in:
parent
5a28b29a7e
commit
958c7f8c9f
@ -205,7 +205,7 @@ private fun runBuyer(node: Node, amount: Amount<Currency>) {
|
||||
// Self issue some cash.
|
||||
//
|
||||
// TODO: At some point this demo should be extended to have a central bank node.
|
||||
node.services.fillWithSomeTestCash(3000.DOLLARS,
|
||||
node.services.fillWithSomeTestCash(300000.DOLLARS,
|
||||
outputNotary = node.info.identity, // In this demo, the buyer and notary are the same.
|
||||
ownedBy = node.services.keyManagementService.freshKey().public)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user