Skip to content

Commit

Permalink
tick: Fix tick epoch
Browse files Browse the repository at this point in the history
Without this IR RPC it not available outside container

Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
  • Loading branch information
smallhive committed Feb 1, 2024
1 parent 99c1a46 commit 7df070f
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 7df070f

Please sign in to comment.