Skip to content

Commit

Permalink
fixed macos compilation - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptozoidberg committed Mar 27, 2024
1 parent 6f35ced commit 98d1248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/core_rpc_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 98d1248

Please sign in to comment.