You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Linux, Pybitmessage uses ~/.PyBitmessage. Instead, it should respect the XDG Base Directory Specification, which means ~/.config/pybitmessage ($XDG_CONFIG_HOME) for keys.dat and so on.
On Linux, Pybitmessage uses
~/.PyBitmessage. Instead, it should respect the XDG Base Directory Specification, which means~/.config/pybitmessage($XDG_CONFIG_HOME) for keys.dat and so on.