Bitcoin Forum
May 12, 2024, 07:12:02 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Source code problem. Where it gone dPriority variable?  (Read 146 times)
wsxdrfv (OP)
Jr. Member
*
Offline Offline

Activity: 405
Merit: 5


View Profile WWW
February 12, 2018, 03:50:09 AM
Merited by ABCbits (1)
 #1

Originally it was at src/Main.h file's  following function.

--------
Code:
static bool AllowFree(double dPriority){
        return dPriority > COIN * 576 / 250;
}

But new source doesn't have this part itself.

Where it gone? Or to what shape changed?
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
RGBKey
Hero Member
*****
Offline Offline

Activity: 854
Merit: 658


rgbkey.github.io/pgp.txt


View Profile WWW
February 12, 2018, 04:12:25 AM
Merited by achow101 (2), ABCbits (2)
 #2

This appears to be from the days when you could send free transactions based on some factors like coin-days destroyed. Free transactions are no longer allowed or accepted by miners based on that so it was removed from the code.
wsxdrfv (OP)
Jr. Member
*
Offline Offline

Activity: 405
Merit: 5


View Profile WWW
February 12, 2018, 04:19:34 AM
 #3

This appears to be from the days when you could send free transactions based on some factors like coin-days destroyed. Free transactions are no longer allowed or accepted by miners based on that so it was removed from the code.

Ah I see. Thanks.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!