fix
This commit is contained in:
@@ -118,6 +118,7 @@ int is_STAKED(const char *chain_name) {
|
|||||||
return(STAKED);
|
return(STAKED);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#ifdef SERVER0
|
||||||
int8_t updateStakedNotary() {
|
int8_t updateStakedNotary() {
|
||||||
std::string notaryname;
|
std::string notaryname;
|
||||||
char Raddress[18]; uint8_t pubkey33[33];
|
char Raddress[18]; uint8_t pubkey33[33];
|
||||||
@@ -129,6 +130,7 @@ int8_t updateStakedNotary() {
|
|||||||
pthread_mutex_unlock(&komodo_mutex);
|
pthread_mutex_unlock(&komodo_mutex);
|
||||||
return(StakedNotaryID(notaryname,Raddress));
|
return(StakedNotaryID(notaryname,Raddress));
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
int STAKED_era(int timestamp)
|
int STAKED_era(int timestamp)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user