Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
blckngm committed May 24, 2022
1 parent 477a6a2 commit 2101c1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/layer2/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ function create-polyjuice-root-account() {
start-ckb-miner-at-background

# Deposit for block_producer
#
# Here we deposit from ckb-miner-and-faucet.key instead of
# godwoken-block-producer.key to avoid double spending cells locked by the
# latter -- godwoken has already started and may spend them too for block
# submission etc.
log "Deposit for block_producer"
RUST_BACKTRACE=full gw-tools deposit-ckb \
--privkey-path $ACCOUNTS_DIR/ckb-miner-and-faucet.key \
Expand Down

0 comments on commit 2101c1f

Please sign in to comment.