From 815750b6b05950c444ffc81dd89b0a221e518ef0 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:29:40 +0800 Subject: [PATCH] Update nubit.sh --- nubit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nubit.sh b/nubit.sh index 96ec427..52421ef 100644 --- a/nubit.sh +++ b/nubit.sh @@ -210,7 +210,7 @@ function check_address() { function check_pubkey() { -nkey list --p2p.network nubit-alphatestnet-1 --node.type light + $HOME/nubit-node/bin/nkey list --p2p.network nubit-alphatestnet-1 --node.type light }