diff --git a/motoko/invoice-canister/docs/bounty-task-checklist.md b/motoko/invoice-canister/docs/bounty-task-checklist.md index 316a09429..0b2e6426b 100644 --- a/motoko/invoice-canister/docs/bounty-task-checklist.md +++ b/motoko/invoice-canister/docs/bounty-task-checklist.md @@ -109,7 +109,7 @@ In addition to this, there's also a [Testing Glossary](TestingGlossay.md) showin - [x] **Updating the backend** - [x] Updating [examples/motoko-seller-client/src/backend/modules/SupportedToken.mo](https://github.com/atengberg/examples/blob/ashton/invoice-bnt2/motoko/invoice-canister/examples/motoko-seller-client/src/backend/modules/SupportedToken.mo): - - [x] For each corresponding methods (and [SupportedToken<> variant](https://github.com/atengberg/examples/blob/ashton/invoice-bnt2/motoko/invoice-canister/examples/motoko-seller-client/src/backend/modules/SupportedToken.mo#L523)) two cases instead of the previous four. + - [x] For each corresponding methods (and [SupportedToken variant](https://github.com/atengberg/examples/blob/ashton/invoice-bnt2/motoko/invoice-canister/examples/motoko-seller-client/src/backend/modules/SupportedToken.mo#L523)) two cases instead of the previous four. - [x] Updating [examples/motoko-seller-client/src/backend/Invoice.mo](https://github.com/atengberg/examples/blob/ashton/invoice-bnt2/motoko/invoice-canister/examples/motoko-seller-client/src/backend/Invoice.mo): - [x] Editing to do two instead of four cases for each API method. - [x] Adding the seller as an authorized allowed creator. diff --git a/rust/encrypted-notes-dapp/README.md b/rust/encrypted-notes-dapp/README.md index c7409939d..11ba45014 100644 --- a/rust/encrypted-notes-dapp/README.md +++ b/rust/encrypted-notes-dapp/README.md @@ -102,8 +102,6 @@ Once authenticated with II: ### Adding a new device -![UML sequence diagram showing device registration and synchronization](_attachments/encrypted-notes-seq.png) - ## Encrypted note taking dapp tutorial Follow the steps below to deploy this sample project.