We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728945d commit e5365e9Copy full SHA for e5365e9
motoko/token_transfer_from/README.md
@@ -178,8 +178,6 @@ Replace the contents of the `src/token_transfer_from_backend/main.mo` file with
178
import Icrc1Ledger "canister:icrc1_ledger_canister";
179
import Debug "mo:base/Debug";
180
import Result "mo:base/Result";
181
-import Option "mo:base/Option";
182
-import Blob "mo:base/Blob";
183
import Error "mo:base/Error";
184
185
actor {
motoko/token_transfer_from/src/token_transfer_from_backend/main.mo
@@ -1,8 +1,6 @@
1
2
3
4
5
6
7
8
0 commit comments