Skip to content

Commit

Permalink
tick: Fix tick epoch (#72)
Browse files Browse the repository at this point in the history
Without this IR RPC it not available outside container
  • Loading branch information
roman-khimov authored Feb 1, 2024
2 parents 99c1a46 + 7df070f commit b5af1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/tick.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
NEOGO="${NEOGO:-docker exec aio neo-go}"

# Wallet file to change config value
WALLET="${WALLET:-./morph/node-wallet.json}"
WALLET="${WALLET:-./ir/node-wallet.json}"
CONFIG_IMG="${CONFIG:-/config/node-config.yaml}"

# Netmap contract address resolved by NNS
Expand Down

0 comments on commit b5af1cb

Please sign in to comment.