forked from lthn/blockchain
warning fix
This commit is contained in:
parent
15f33cbb9c
commit
b931420266
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue