-
Module Affected
Rust Version1.74.0 Operating System
Issue DescriptionRan ZK stack init with Sepolia as base layer. Expected BehaviorAfter transferring an amount from 1 account to another, should have deducted the amount from acc1 and deposited to acc2. Current BehaviorVery first transfer is in queue, and any following transfer is also in the queue for long time. Repository Link (if applicable)No response Additional DetailsRunning the server using zk server --components "http_api,eth,state_keeper,housekeeper" Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
running the below server command with components solved the issue.
|
Beta Was this translation helpful? Give feedback.
running the below server command with components solved the issue.
zk server --components "http_api,eth,state_keeper,housekeeper,tree"
I was missing the 'tree component'