diff --git a/src/main/kotlin/com/r3corda/demos/TraderDemo.kt b/src/main/kotlin/com/r3corda/demos/TraderDemo.kt index 4bf342cfd5..108bfd3a2e 100644 --- a/src/main/kotlin/com/r3corda/demos/TraderDemo.kt +++ b/src/main/kotlin/com/r3corda/demos/TraderDemo.kt @@ -205,7 +205,7 @@ private fun runBuyer(node: Node, amount: Amount) { // 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)