We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c328a5e commit 758960fCopy full SHA for 758960f
Basic/yo-cordapp/workflows/src/main/java/net/corda/examples/yo/flows/YoFlow.java
@@ -24,7 +24,7 @@
24
public class YoFlow extends FlowLogic<SignedTransaction> {
25
private static final ProgressTracker.Step CREATING = new ProgressTracker.Step("Creating a new Yo!");
26
private static final ProgressTracker.Step SIGNING = new ProgressTracker.Step("Signing the Yo!");
27
- private static final ProgressTracker.Step VERIFYING = new ProgressTracker.Step("Verfiying the Yo!");
+ private static final ProgressTracker.Step VERIFYING = new ProgressTracker.Step("Verifying the Yo!");
28
private static final ProgressTracker.Step FINALISING = new ProgressTracker.Step("Sending the Yo!") {
29
@Nullable
30
@Override
0 commit comments