Browse Source

::

pull/4/head
jl777 6 years ago
parent
commit
a55973aeea
  1. 2
      src/wallet/wallet.cpp

2
src/wallet/wallet.cpp

@ -43,7 +43,7 @@ bool fPayAtLeastCustomFee = true;
extern int32_t KOMODO_EXCHANGEWALLET;
extern char ASSETCHAINS_SYMBOL[KOMODO_ASSETCHAIN_MAXLEN];
extern std:string DONATION_PUBKEY;
extern std::string DONATION_PUBKEY;
/**
* Fees smaller than this (in satoshi) are considered zero fee (for transaction creation)

Loading…
Cancel
Save