Fix build with changes to boost::uuid in versions 1.86+ (#138)

This commit is contained in:
Lee *!* Clagett
2024-10-09 13:52:06 -04:00
committed by Lee *!* Clagett
parent 64dd5d1aa9
commit 53ceb292ea
8 changed files with 652 additions and 6 deletions

View File

@@ -276,7 +276,7 @@ LWS_CASE("rest_server")
"\"fee\":\"100\","
"\"unlock_time\":4670,"
"\"height\":4000,"
"\"payment_id\":\"" + epee::to_hex::string(epee::as_byte_span(payment_id_)) + "\","
"\"payment_id\":\"" + epee::to_hex::string(epee::as_byte_span(payment_id_.long_)) + "\","
"\"coinbase\":true,"
"\"mempool\":false,"
"\"mixin\":16,"
@@ -425,7 +425,7 @@ LWS_CASE("rest_server")
"\"fee\":\"100\","
"\"unlock_time\":4670,"
"\"height\":4000,"
"\"payment_id\":\"" + epee::to_hex::string(epee::as_byte_span(payment_id_)) + "\","
"\"payment_id\":\"" + epee::to_hex::string(epee::as_byte_span(payment_id_.long_)) + "\","
"\"coinbase\":true,"
"\"mempool\":false,"
"\"mixin\":16,"