1
0
Fork 0
forked from lthn/blockchain

warning fix

This commit is contained in:
sowle 2022-10-05 13:56:17 +02:00
parent 15f33cbb9c
commit b931420266
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -169,7 +169,7 @@ namespace currency
}
//---------------------------------------------------------------
inline
const bool get_key_image_from_txin_v(const txin_v& in_v, crypto::key_image& result) noexcept
bool get_key_image_from_txin_v(const txin_v& in_v, crypto::key_image& result) noexcept
{
try
{