MMS (Multisig Messaging System): Initial version

This commit is contained in:
rbrunner7 2018-10-28 14:46:58 +01:00
parent 6bc0c7e685
commit 1ebcd7b9b0
12 changed files with 3877 additions and 127 deletions

View file

@ -242,4 +242,6 @@ namespace tools
#endif
void closefrom(int fd);
std::string get_human_readable_timestamp(uint64_t ts);
}