Skip to content

Commit

Permalink
Add retryable forwarding tlc (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang authored Jan 7, 2025
1 parent b6a8d0d commit 93df639
Show file tree
Hide file tree
Showing 12 changed files with 1,164 additions and 433 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GRCOV_EXCL_LINE = ^\s*(\})*(\))*(;)*$$|\s*((log::|tracing::)?(trace|debug|info|w

.PHONY: test
test:
RUST_LOG=off cargo nextest run --no-fail-fast
TEST_TEMP_RETAIN=1 RUST_LOG=off cargo nextest run --no-fail-fast

.PHONY: clippy
clippy:
Expand Down
2 changes: 1 addition & 1 deletion src/ckb/actor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl Actor for CkbChainActor {

async fn pre_start(
&self,
myself: ActorRef<Self::Msg>,
_myself: ActorRef<Self::Msg>,
config: Self::Arguments,
) -> Result<Self::State, ActorProcessingErr> {
let secret_key = config.read_secret_key()?;
Expand Down
Loading

0 comments on commit 93df639

Please sign in to comment.