From fdf2d915b465fe390a1fa91494d756d6f0561bf3 Mon Sep 17 00:00:00 2001 From: "cr.zoidberg" Date: Fri, 25 May 2018 16:37:47 +0300 Subject: [PATCH] fixed broken mac build --- src/wallet/wallet2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index f1a1a569..cc1a1af7 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -395,7 +395,7 @@ namespace tools void wallet2::transfer(const std::vector& dsts, size_t fake_outputs_count, uint64_t unlock_time, uint64_t fee, const std::vector& 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); } //----------------------------------------------------------------------------------------------------