From 2c7cf5d1976f9a9009963098b34010b5a5d4396b Mon Sep 17 00:00:00 2001 From: Marc Platt <97549900+mplatt8@users.noreply.github.com> Date: Tue, 28 May 2024 17:18:41 -0400 Subject: [PATCH] L1 Script Bug Fix --- scripts/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/functions.sh b/scripts/functions.sh index 7ebecd0..1df1f63 100644 --- a/scripts/functions.sh +++ b/scripts/functions.sh @@ -1,7 +1,7 @@ #!/bin/bash export RPC_USER="drivechain" -export RPC_PASSWORD="integrationtesting" +export RPC_PASSWORD="L2L" export RPC_HOST="127.0.0.1" export RPC_PORT="18443" export CONFIG_FILE="$HOME/.drivechain/drivechain.conf"