Skip to content

Commit

Permalink
Merge pull request #4804 from chenyukang/yukang-clean-up-tx-pool
Browse files Browse the repository at this point in the history
chore: Remove unused chunk_process in tx-pool
  • Loading branch information
zhangsoledad authored Feb 11, 2025
2 parents b24941d + 983ac77 commit 33830f1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 370 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion tx-pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ ckb-stop-handler = { path = "../util/stop-handler", version = "= 0.121.0-pre" }
ckb-app-config = { path = "../util/app-config", version = "= 0.121.0-pre" }
ckb-network = { path = "../network", version = "= 0.121.0-pre" }
ckb-channel = { path = "../util/channel", version = "= 0.121.0-pre" }
ckb-traits = { path = "../traits", version = "= 0.121.0-pre" }
ckb-db = { path = "../db", version = "= 0.121.0-pre" }
ckb-script = { path = "../script", version = "= 0.121.0-pre" }
sentry = { version = "0.34.0", optional = true }
Expand Down
368 changes: 0 additions & 368 deletions tx-pool/src/chunk_process.rs

This file was deleted.

0 comments on commit 33830f1

Please sign in to comment.