You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Features/oracle-primenumber/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This repo is split into three CorDapps:
19
19
1. A [base CorDapp](./base/src/main/java/net/corda/examples/oracle/base/flow) which includes the state and contract definition, as well as some utility flows that need to be
20
20
shared by both the Oracle service and the client
21
21
2. A client CorDapp which [implements a flow](./client/src/main/java/net/corda/examples/oracle/client/flow/CreatePrime.java#L65-L107) to create numbers involving oracle-validated prime numbers
22
-
3. A [service](./service/src/main/java/net/corda/examples/oracle/service/service/Oracle.java#L55-L63) which implements the primes oracle
22
+
3. A [service](services/src/main/java/net/corda/examples/oracle/service/service/Oracle.java#L55-L63) which implements the primes oracle
23
23
24
24
25
25
## Usage
@@ -47,5 +47,5 @@ Go to the [CRaSH](https://docs.corda.net/docs/corda-os/shell.html) shell for Par
47
47
48
48
We can then see the state wrapping the 5th prime (11) in our vault by running:
49
49
50
-
run vaultQuery contractStateType: net.corda.examples.oracle.base.contract.PrimeState
50
+
run vaultQuery contractStateType: net.corda.examples.oracle.base.states.PrimeState
0 commit comments