Skip to content

Commit

Permalink
feat: drop escrow api and wallet api
Browse files Browse the repository at this point in the history
  • Loading branch information
turingczz committed Apr 11, 2023
1 parent c0fbaee commit 3cf24ac
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 2,477 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,7 @@ cmd/btfs/btfs
cmd/btfs/btfs.upgrade
cmd/btfs/ttt
cmd/btfs/tt
cmd/btfs/t*
cmd/btfs/t*
cmd/btfs/btfs.1.*
cmd/btfs/btfs.2.*
cmd/btfs/btfs.3.*
11 changes: 0 additions & 11 deletions core/commands/commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,17 +324,6 @@ func TestCommands(t *testing.T) {
"/bttc/send-btt-to",
"/bttc/send-wbtt-to",
"/bttc/send-token-to",
//"/wallet/discovery",
"/wallet/balance",
//"/wallet/init",
"/wallet",
//"/wallet/transfer",
//"/wallet/import",
//"/wallet/generate_key",
"/wallet/deposit",
"/wallet/transactions",
//"/wallet/keys",
"/wallet/withdraw",
"/statuscontract",
"/statuscontract/total",
"/statuscontract/reportlist",
Expand Down
1 change: 0 additions & 1 deletion core/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ var rootSubcommands = map[string]*cmds.Command{
"settlement": settlement.SettlementCmd,
//"update": ExternalBinary(),
"network": NetworkCmd,
"wallet": WalletCmd,
"statuscontract": StatusContractCmd,
"bittorrent": bittorrentCmd,
}
Expand Down
Loading

0 comments on commit 3cf24ac

Please sign in to comment.