This commit is contained in:
jl777
2016-10-26 10:26:43 -03:00
parent 47e5cbc130
commit cd1fcb48d9
3 changed files with 3 additions and 3 deletions

View File

@@ -284,7 +284,7 @@ int32_t komodo_voutupdate(int32_t notaryid,uint8_t *scriptbuf,int32_t scriptlen,
}
#ifdef KOMODO_PAX
else if ( i == 0 && scriptbuf[len] == 'P' )
komodo_paxpricefeed(&scriptbuf[++len]);
komodo_paxpricefeed(height,&scriptbuf[++len],opretlen);
#endif
}
return(notaryid);