exportRUST_LOG=${RUST_LOG:-solana=info}# if RUST_LOG is unset, default to info
exportRUST_BACKTRACE=1
dataDir=$PWD/config-local/"$(basename "$0" .sh)"
dataDir=$PWD/config/"$(basename "$0" .sh)"
ledgerDir=$PWD/config/ledger
set -x
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.