Index: nano.tcl ================================================================== --- nano.tcl +++ nano.tcl @@ -4096,11 +4096,10 @@ if {$wallet(version) != 4} { return -code error "Unsupported wallet backup version ($version)" } - set password "" set walletKeyIV [string range $wallet(salt) 0 15] set seedIV [string range $wallet(salt) 16 end] # Decrypt seed set aesKey [::nano::internal::deriveKeyFromPassword $password $wallet(salt)]