Skip to content

Commit

Permalink
Update kristwallet
Browse files Browse the repository at this point in the history
Forgot an equal sign...
  • Loading branch information
BTCTaras committed Feb 26, 2015
1 parent 55d331f commit c1ab686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kristwallet
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ local ar = 0
local function boot()
print("Starting KristWallet v"..tostring(version))
update()
if latest < version then
if latest <= version then
settle()
openwallet()
repeat
Expand Down

0 comments on commit c1ab686

Please sign in to comment.