mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-10 23:55:16 -08:00
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:
committed by
Lee *!* Clagett
parent
82495b2736
commit
271f0dcb64
@@ -69,4 +69,9 @@ namespace wire
|
||||
struct is_blob<rct::key>
|
||||
: std::true_type
|
||||
{};
|
||||
|
||||
template<>
|
||||
struct is_blob<crypto::view_tag>
|
||||
: std::true_type
|
||||
{};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user