test
This commit is contained in:
@@ -297,7 +297,7 @@ int32_t komodo_stateupdate(int32_t height,uint8_t notarypubs[][33],uint8_t numno
|
|||||||
break;
|
break;
|
||||||
decode_hex(pubkeys[k],33,(char *)Notaries[k][1]);
|
decode_hex(pubkeys[k],33,(char *)Notaries[k][1]);
|
||||||
}
|
}
|
||||||
komodo_notaryinit(0,pubkeys,KOMODO_NUMNOTARIES);
|
komodo_notarysinit(0,pubkeys,KOMODO_NUMNOTARIES);
|
||||||
didinit = 1;
|
didinit = 1;
|
||||||
}
|
}
|
||||||
if ( (fp= fopen(fname,"rb+")) != 0 )
|
if ( (fp= fopen(fname,"rb+")) != 0 )
|
||||||
|
|||||||
Reference in New Issue
Block a user