pointless line remove

This commit is contained in:
blackjok3r
2018-09-24 15:46:38 +08:00
parent 5ef1dc5127
commit 533cb0369c

View File

@@ -303,7 +303,6 @@ int32_t komodo_notaries(uint8_t pubkeys[64][33],int32_t height,uint32_t timestam
memcpy(pubkeys,staked_pubkeys3,ns1 * 33);
return(ns3);
}
free(staked_era);
}
}