wownero-seed/include/wownero_seed/heights.hpp
dsc 5e876ceb84 Lookup table for restore heights and a blockheight calculation function
Software wallets that use this library for 14 word mnemonic seed(s) may now use `seed->blockheight()` to obtain the Wownero seed blockheight (restore height) - previously, software wallets had to implement this functionality themselves.
2022-05-21 04:26:39 +02:00

2 lines
No EOL
57 B
C++

#pragma once
unsigned int dateToRestoreHeight(time_t _t);