Skip to content

Commit 7d77e36

Browse files
committed
add fix to blacklist
1 parent 77e44c5 commit 7d77e36

File tree

3 files changed

+4
-48
lines changed

3 files changed

+4
-48
lines changed

Features/attachment-blacklist/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ be able to *initiate* an agreement. The blacklist can be uploaded via [RPC](http
5454
project's root folder:
5555

5656
Java version
57-
* Unix/Mac OSX: ` ./gradlew clients-java:uploadBlacklist`
58-
* Windows: `gradlew clients-java:uploadBlacklist`
57+
* Unix/Mac OSX: ` ./gradlew uploadBlacklist`
58+
* Windows: `gradlew uploadBlacklist`
5959

6060
Or by running the `Upload blacklist` run configuration from IntelliJ.
6161

@@ -71,7 +71,7 @@ the shell of Monogram Bank:
7171

7272
start ProposeFlow agreementTxt: "A and B agree Y", counterparty: "Hiseville Deposit Bank", untrustedPartiesAttachment: "4CEC607599723D7E0393EB5F05F24562732CD1B217DEAEDEABD4C25AFE5B333A"
7373

74-
If you now run `run vaultQuery contractStateType: AgreementState` on either the
74+
If you now run `run vaultQuery contractStateType: net.corda.samples.blacklist.states.AgreementState` on either the
7575
Monogram Bank or Hiseville Deposit Bank node, you should see the agreement stored:
7676

7777
data: !<net.corda.examples.attachments.state.AgreementState>

Features/attachment-blacklist/clients/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ springBoot {
3232

3333
task uploadBlacklist(type: JavaExec, dependsOn: assemble) {
3434
classpath = sourceSets.main.runtimeClasspath
35-
main = 'net.corda.samples.blacklist.clients.Client'
35+
main = 'net.corda.samples.blacklist.client.Client'
3636
args 'localhost:10006', 'localhost:10009', 'localhost:10012'
3737
}

Features/attachment-blacklist/workflows/src/test/java/net/corda/samples/blacklist/NodeDriver.java

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)