Skip to content

Commit

Permalink
Update WalletSendTransactionContext.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptokatz committed May 27, 2021
1 parent 361ec38 commit a7f2cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WalletLegacy/WalletSendTransactionContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ struct TxDustPolicy
bool addToFee;
CryptoNote::AccountPublicAddress addrForDust;

TxDustPolicy(uint64_t a_dust_threshold = 0, bool an_add_to_fee = true, CryptoNote::AccountPublicAddress an_addr_for_dust = CryptoNote::AccountPublicAddress())
TxDustPolicy(uint64_t a_dust_threshold = 0, bool an_add_to_fee = false, CryptoNote::AccountPublicAddress an_addr_for_dust = CryptoNote::AccountPublicAddress())
: dustThreshold(a_dust_threshold), addToFee(an_add_to_fee), addrForDust(an_addr_for_dust) {}
};

Expand Down

0 comments on commit a7f2cd3

Please sign in to comment.