mirror of
https://git.wownero.com/wowlet/wownero-seed.git
synced 2024-12-21 23:38:52 +00:00
5e876ceb84
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.
2 lines
57 B
C++
2 lines
57 B
C++
#pragma once
|
|
unsigned int dateToRestoreHeight(time_t _t); |