Improved long index sync warning functionality
This commit is contained in:
@@ -246,6 +246,10 @@ module.exports = {
|
||||
});
|
||||
},
|
||||
|
||||
check_show_sync_message: function() {
|
||||
return fs.existsSync('./show_sync_message.tmp');
|
||||
},
|
||||
|
||||
update_label: function(hash, message, cb){
|
||||
find_address(hash, false, function(address){
|
||||
if (address){
|
||||
|
||||
Reference in New Issue
Block a user