dogecoin/src/rpc
Ross Nicoll c6eeab75a1 Change count type used by gettxoutsetinfo (#1415)
changing CAmount (is a int64_t) to arith_uint256 for nTotalAmount in CCoinsStats to prevent overflow
2018-09-19 19:24:06 +01:00
..
blockchain.cpp Change count type used by gettxoutsetinfo (#1415) 2018-09-19 19:24:06 +01:00
client.cpp rpc: Rename first named arg of createrawtransaction 2017-03-27 23:44:08 +02:00
client.h rpc: Named argument support for bitcoin-cli 2017-01-10 12:04:54 +01:00
mining.cpp Modify chain consensus parameters to be height aware (#1396) 2018-09-19 19:24:06 +01:00
misc.cpp Change bitcoin address in RPC helpaddress to an invalid address, so people don't accidentally send coins there (like I did). 2017-02-28 12:01:06 +01:00
net.cpp Return correct error codes in setban(). 2017-06-05 19:01:16 +00:00
protocol.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
protocol.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
rawtransaction.cpp Modify chain consensus parameters to be height aware (#1396) 2018-09-19 19:24:06 +01:00
register.h
server.cpp Change count type used by gettxoutsetinfo (#1415) 2018-09-19 19:24:06 +01:00
server.h Change count type used by gettxoutsetinfo (#1415) 2018-09-19 19:24:06 +01:00