File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
src/main/java/prof7bit/bitcoin/wallettool Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ repositories {
26
26
}
27
27
28
28
dependencies {
29
- compile ' org.eclipse.xtend:org.eclipse.xtend.lib:2.5 .+'
29
+ compile ' org.eclipse.xtend:org.eclipse.xtend.lib:2.6 .+'
30
30
compile " com.google:bitcoinj:0.11.2-MB-ALICE"
31
31
compile ' org.slf4j:slf4j-simple:1.7.+'
32
32
compile ' com.miglayout:miglayout:3.7.+'
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import prof7bit.bitcoin.wallettool.ui.swing.core.SwingMain
13
13
14
14
import static extension prof7bit.bitcoin.wallettool.core.Ext.*
15
15
16
- static class Main {
16
+ class Main {
17
17
static val log = LoggerFactory . getLogger(Main )
18
18
19
19
static val consolePromptFunc = [
Original file line number Diff line number Diff line change @@ -160,7 +160,6 @@ class WalletPanel extends JPanel{
160
160
]
161
161
}
162
162
}
163
-
164
163
])
165
164
]
166
165
@@ -390,6 +389,5 @@ class WalletPanel extends JPanel{
390
389
return ret. get(0 )
391
390
}
392
391
}
393
-
394
392
}
395
393
You can’t perform that action at this time.
0 commit comments