mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +00:00
Minor: Correct class name in tutorial
Correct a reference to "Cash" in the tutorial, is actually "CommercialPaper"
This commit is contained in:
parent
0d78df33f8
commit
bb294da857
@ -33,7 +33,7 @@ either ``CommercialPaper.kt`` or ``CommercialPaper.java`` in the src/contracts d
|
|||||||
|
|
||||||
.. sourcecode:: java
|
.. sourcecode:: java
|
||||||
|
|
||||||
public class Cash implements Contract {
|
public class CommercialPaper implements Contract {
|
||||||
@Override
|
@Override
|
||||||
public SecureHash getLegalContractReference() {
|
public SecureHash getLegalContractReference() {
|
||||||
return SecureHash.Companion.sha256("https://en.wikipedia.org/wiki/Commercial_paper");
|
return SecureHash.Companion.sha256("https://en.wikipedia.org/wiki/Commercial_paper");
|
||||||
|
Loading…
Reference in New Issue
Block a user