No description provided.
Add 'settxfee' RPC, to change TX fee setting at runtime #150
pull jgarzik wants to merge 1 commits into bitcoin:master from jgarzik:settxfee changing 1 files +18 −0-
jgarzik commented at 10:54 PM on April 12, 2011: contributor
-
gavinandresen commented at 1:49 AM on April 14, 2011: contributor
Forum thread: http://www.bitcoin.org/smf/index.php?topic=5752.0
-
jgarzik commented at 4:57 AM on April 14, 2011: contributor
Removed ValidFee() check
-
in rpc.cpp:None in 0e014e0262 outdated
475 | + // Amount 476 | + int64 nAmount = 0; 477 | + if (params[0].get_real() != 0.0) 478 | + nAmount = AmountFromValue(params[0]); // rejects 0.0 amounts 479 | + 480 | + static CCriticalSection cs;
gavinandresen commented at 3:18 PM on April 15, 2011:Why the critsect? "coding ahead" in anticipation of multithreaded RPC?
jgarzik commented at 5:14 PM on April 15, 2011: contributorYeah, trying to future proof it a bit. Can remove, if you really don't like that.
mikegogulski commented at 3:16 PM on May 9, 2011: noneThis is good, since it sure beats restarting bitcoind. But.. I'm going to open a new issue.
gavinandresen commented at 4:40 PM on May 9, 2011: contributorIs it true that <amount> is rounded to the nearest 0.01? I don't think AmountFromValue does that any more... While you're fixing that, remove the future-proof-CriticalSection, too, please.
jgarzik commented at 4:47 PM on May 9, 2011: contributorre AmountFromValue: that was copied from elsewhere in rpc.cpp... sendfrom, maybe? I'd like to be consistent one way or the other :)
gavinandresen commented at 6:27 PM on May 9, 2011: contributorFixed sendtoaddress/sendfrom: 8adcf8 / src/rpc.cpp : Help for sendtoaddress/sendfrom was wrong: amounts are rounded to 0.00000001
Add settxfee RPC, to permit setting default TX fee at runtime. d9068ad5a1jgarzik commented at 6:36 PM on May 9, 2011: contributorUpdated commit per comments.
gavinandresen commented at 6:50 PM on May 9, 2011: contributorACK
jgarzik referenced this in commit 04a667b076 on May 9, 2011jgarzik merged this on May 9, 2011jgarzik closed this on May 9, 2011sipa referenced this in commit ecae2acb06 on Dec 11, 2014dexX7 referenced this in commit 0aeb5559c3 on Jul 29, 2015TheBlueMatt referenced this in commit 582b2934e6 on Oct 20, 2015sidhujag referenced this in commit b57198db34 on Mar 4, 2016ptschip referenced this in commit c262086bb1 on Nov 9, 2016rebroad referenced this in commit 49b8f42b21 on Dec 7, 2016deadalnix referenced this in commit bccaf86caa on Jan 19, 2017lateminer referenced this in commit 8a79b2e247 on Dec 9, 2017classesjack referenced this in commit e58d7ab7e4 on Jan 2, 2018cryptapus referenced this in commit 4287b00cf0 on May 2, 2019attilaaf referenced this in commit 048de51ac8 on Jan 13, 2020rajarshimaitra referenced this in commit 424196247b on Mar 23, 2021rajarshimaitra referenced this in commit dae192a37c on Aug 5, 2021DrahtBot locked this on Sep 8, 2021
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-13 21:16 UTC
More mirrored repositories can be found on mirror.b10c.me