diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6432cb624..6ac0fc4d9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,10 +9,10 @@ docs to learn how to make contributions to this exciting project. ## Code of Conduct Guidelines -See our [Code of Conduct Guidelines](../blob/master/CODE_OF_CONDUCT.md). +See our [Code of Conduct Guidelines](./CODE_OF_CONDUCT.md). ## Maintainers -Should you have any questions or concerns, please reach out to one of the project's [Maintainers](../blob/master/MAINTAINERS.md). +Should you have any questions or concerns, please reach out to one of the project's [Maintainers](./MAINTAINERS.md). Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License. diff --git a/commercial-paper/organization/digibank/contract/lib/papercontract.js b/commercial-paper/organization/digibank/contract/lib/papercontract.js index c0b132bf7..34f64a620 100644 --- a/commercial-paper/organization/digibank/contract/lib/papercontract.js +++ b/commercial-paper/organization/digibank/contract/lib/papercontract.js @@ -111,7 +111,7 @@ class CommercialPaperContract extends Contract { if (paper.isTrading()) { paper.setOwner(newOwner); } else { - throw new Error('Paper ' + issuer + paperNumber + ' is not trading. Current state = ' + cp.getCurrentState()); + throw new Error('Paper ' + issuer + paperNumber + ' is not trading. Current state = ' + paper.getCurrentState()); } // Update the paper