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
Running mojo-2.4-0-20200115.jar on Ubuntu 20.04, java -version: openjdk version "11.0.11" 2021-04-20
When I try to add external address I want to send MCM too using Import -> (inserting tag) -> Add to wallet, I get a pop up window with the following text:
Looks like I've found a workaround, everything works after I've removed mojo.gui.settings.properties file and started mojo once again. Newly generated file contains wallet.archive.delay=17280000 line and the old one doesn't have any wallet.archive.delay value. This could be probably fixed by adding wallet.archive.delay to properties file instead of NPE exceptions if there is no wallet.archive.delay, exceptions look really scary.
Running
mojo-2.4-0-20200115.jar
on Ubuntu 20.04,java -version
:openjdk version "11.0.11" 2021-04-20
When I try to add external address I want to send MCM too using Import -> (inserting tag) -> Add to wallet, I get a pop up window with the following text:
When I try to use
Send
button entering tag as destination address I get the following (slightly different) pop-up window:Am I doing something wrong? Why can
getMillisecAsDuration
fail on my system?Thanks in advance!
The text was updated successfully, but these errors were encountered: