Skip to content

Commit

Permalink
reset everything bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Platt authored and Marc Platt committed Jul 31, 2024
1 parent d402594 commit 9e67d3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/chain_state.gd
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func find_ethsail_pids() -> Array:

if os_name != "Windows":
# Command for Unix-like systems to find processes by command-line pattern
var result = OS.execute("pgrep", ["-f", "x"], output, true)
var result = OS.execute("pgrep", ["-f", "ethsail.*ethsail.conf"], output, true)
if result == OK and output.size() > 0:
# Handle multiple PIDs
var pid_strings = output[0].split("\n")
Expand Down
2 changes: 1 addition & 1 deletion source/fast_withdrawal/fast_withdrawal.tscn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[gd_scene format=3 uid="uid://d3dldmckadq3l"]
[gd_scene format=3 uid="uid://e2rdtqaxmy0a"]

[node name="Wallet" type="MarginContainer"]
custom_minimum_size = Vector2(835, 553)
Expand Down

0 comments on commit 9e67d3c

Please sign in to comment.