Author

Topic: Source code problem. Where it gone dPriority variable? (Read 166 times)

jr. member
Activity: 413
Merit: 5
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.
hero member
Activity: 854
Merit: 658
rgbkey.github.io/pgp.txt
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.
jr. member
Activity: 413
Merit: 5
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?
Jump to: