Better source sync

This commit is contained in:
MoneroOcean
2021-11-18 15:40:27 +00:00
parent f5ccc22d2c
commit dd7fc1aa05
2 changed files with 2 additions and 70 deletions
+1
View File
@@ -295,6 +295,7 @@ namespace offshore
BIO_free(bio);
CHECK_AND_ASSERT_THROW_MES(pubkey != NULL, "Pricing record verification failed. NULL public key.");
// Convert our internal 64-byte binary representation into 128-byte hex string
std::string sig_hex;
for (unsigned int i=0; i<64; i++) {