Add support for view tags when scanning

- https://github.com/monero-project/monero/pull/8061
- also update import location for epee::misc_utils::get_gmt_time
This commit is contained in:
j-berman
2022-04-26 18:34:03 -07:00
committed by Lee *!* Clagett
parent 82495b2736
commit 271f0dcb64
4 changed files with 20 additions and 6 deletions

View File

@@ -69,4 +69,9 @@ namespace wire
struct is_blob<rct::key>
: std::true_type
{};
template<>
struct is_blob<crypto::view_tag>
: std::true_type
{};
}