mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-20 13:54:32 +01:00
Remove unnecessary todo
This commit is contained in:
parent
880df30ffc
commit
40ad5737cb
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ public class SeedNodeMain extends ExecutableForAppWithP2p {
|
|||
}
|
||||
|
||||
@Override
|
||||
protected void launchApplication() {//todo
|
||||
protected void launchApplication() {
|
||||
UserThread.execute(() -> {
|
||||
try {
|
||||
seedNode = new SeedNode();
|
||||
|
|
Loading…
Add table
Reference in a new issue