Skip to content

Commit

Permalink
feature[setler-cli]: remove unused send
Browse files Browse the repository at this point in the history
  • Loading branch information
mankins committed Sep 25, 2023
1 parent 6a10a33 commit a08a538
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 760 deletions.
2 changes: 0 additions & 2 deletions identity-wallet/setler-cli/src/actions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import * as ledger from "./ledger.js";
import * as message from "./message.js";
import * as ns from "./ns.js";
import * as pool from "./pool.js";
import * as send from "./send.js";
import * as wallet from "./wallet.js";
import * as whoami from "./whoami.js";

Expand All @@ -23,7 +22,6 @@ export {
message,
ns,
pool,
send,
wallet,
whoami,
};
Loading

0 comments on commit a08a538

Please sign in to comment.