Skip to content

Commit

Permalink
Update CryptoNoteConfig.h
Browse files Browse the repository at this point in the history
Min Fee synch into Free Givaway 4k
  • Loading branch information
Cr4shOv3rrid3 authored Jul 19, 2020
1 parent 549ad06 commit c73c2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CryptoNoteConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const size_t CRYPTONOTE_COINBASE_BLOB_RESERVED_SIZE = 600;
//TODO Define number of digits
const size_t CRYPTONOTE_DISPLAY_DECIMAL_POINT = 8;
//TODO Define minimum fee for transactions
const uint64_t MINIMUM_FEE = UINT64_C(20000);
const uint64_t MINIMUM_FEE = UINT64_C(4000);
const uint64_t DEFAULT_DUST_THRESHOLD = MINIMUM_FEE;

//TODO Define preferred block's target time
Expand Down

0 comments on commit c73c2a3

Please sign in to comment.