l2geth: don't block read rpc when doing initial sync
Allow for read requests during initial sync but don't allow for write requests during initial sync. This is done by spawning a goroutine so that the initial sync logic is non-blocking.
Showing
Please register or sign in to comment