We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffdd468 commit 746b7edCopy full SHA for 746b7ed
src/main/java/prof7bit/bitcoin/wallettool/fileformats/WalletDatHandler.xtend
@@ -69,7 +69,7 @@ class WalletDatHandler extends AbstractImportExportHandler {
69
70
if (Arrays.equals(ecKey.pubKey, rawKey.public_key)) {
71
val wktKey = new KeyObject(ecKey, params)
72
- val addr = ecKey.toAddress(walletKeyTool.params).toString
+ val addr = ecKey.toAddress(params).toString
73
if (rawKey.pool){
74
wktKey.label = "(reserve)"
75
} else {
0 commit comments