From 715274d8c8202ea4edcb990f695325876f648f9a Mon Sep 17 00:00:00 2001 From: tahomadesign <73843236+tahomadesign@users.noreply.github.com> Date: Wed, 1 May 2024 09:39:22 +0200 Subject: [PATCH 1/2] Update solxen.py --- solxen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solxen.py b/solxen.py index c12f516..4b5533e 100644 --- a/solxen.py +++ b/solxen.py @@ -11,7 +11,7 @@ def download_file(url, filename): def create_or_verify_wallet(): """Create a new Solana wallet or verify existing wallet's balance""" - keypair_path = '/home/jozef/.config/solana/id.json' + keypair_path = '/home/td/.config/solana/id.json' min_balance = 1.0 # Minimum balance in SOL required to skip creating a new wallet # Check if the keypair file exists and get balance From 24935a78ef4c60ad8ba30f098580db915d49832a Mon Sep 17 00:00:00 2001 From: tahomadesign <73843236+tahomadesign@users.noreply.github.com> Date: Wed, 1 May 2024 10:11:36 +0200 Subject: [PATCH 2/2] Update solxen.py