Skip to content

Commit

Permalink
fixed broken mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptozoidberg committed May 25, 2018
1 parent 8698eda commit fdf2d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/wallet2.h
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ namespace tools
void wallet2::transfer(const std::vector<currency::tx_destination_entry>& dsts, size_t fake_outputs_count,
uint64_t unlock_time, uint64_t fee, const std::vector<uint8_t>& extra, T destination_split_strategy, const tx_dust_policy& dust_policy, currency::transaction &tx, uint8_t tx_outs_attr)
{
blobdata dummy;
currency::blobdata dummy;
return transfer(dsts, fake_outputs_count, unlock_time, fee, extra, destination_split_strategy, dust_policy, tx, tx_outs_attr, dummy, false);
}
//----------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit fdf2d91

Please sign in to comment.