komodo_netevent

This commit is contained in:
jl777
2019-03-22 08:51:37 -11:00
parent 08f197fff3
commit b7cd7f4006
4 changed files with 14 additions and 3 deletions

View File

@@ -81,5 +81,6 @@ extern int32_t USE_EXTERNAL_PUBKEY;
int tx_height( const uint256 &hash );
extern char NOTARYADDRS[64][36];
extern uint8_t NUM_NOTARIES;
void komodo_netevent(std::vector<uint8_t> payload);
#endif