This commit is contained in:
blackjok3r
2018-11-04 16:45:51 +08:00
parent bf743f3e93
commit 5c3d966b17

View File

@@ -130,6 +130,10 @@ int8_t updateStakedNotary() {
pthread_mutex_unlock(&komodo_mutex);
return(StakedNotaryID(notaryname,Raddress));
}
#else
int8_t updateStakedNotary() {
return(-1)
}
#endif
int STAKED_era(int timestamp)