1
0
Fork 0
forked from lthn/blockchain

fixed macos compilation - 2

This commit is contained in:
cryptozoidberg 2024-03-27 23:21:56 +01:00
parent 6f35ced052
commit 98d124860c
No known key found for this signature in database
GPG key ID: 2E10CC61CAC8F36D

View file

@ -1341,7 +1341,7 @@ namespace currency
{
crypto::hash tx_id = epee::transform_str_to_t_pod<crypto::hash>(tx_id_str);
currency::transaction tx; size_t dummy1 = 0; uint64_t dummy2 = 0;
m_core.get_tx_pool().take_tx(tx_id, tx, dummy1, dummy1);
m_core.get_tx_pool().take_tx(tx_id, tx, dummy1, dummy2);
}
res.status = API_RETURN_CODE_OK;