addition of bzz function call from BVM updater

This commit is contained in:
vivek-shankar 2017-01-27 11:57:30 -05:00
parent fa48788d89
commit 28a31e54eb
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ buzzvm_pushs(VM, buzzvm_string_register(VM, "update_no", 1));
buzzvm_gstore(VM);
//fprintf(stdout,"[Debug : ]updater value = %i \n",updater->mode);
if(*(int*)updater->mode==CODE_RUNNING){
buzzvm_function_call(VM, "updated_neigh", 0);
if(check_update()){
std::string bzzfile_name(bzz_file);
stringstream bzzfile_in_compile;