FLO-wallet-core/src/rpc
Wladimir J. van der Laan 9adb4e1a59 rpc: Argument name consistency
The meaning is clear from the context, and we're inconsistent here.
Also save typing when using named arguments.

- `bitcoinaddress` -> `address`
- `bitcoinprivkey` -> `privkey`
- `bitcoinpubkey` -> `pubkey`
2017-01-05 11:30:20 +01:00
..
blockchain.cpp rpc: Argument name consistency 2017-01-05 11:30:20 +01:00
client.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
client.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
mining.cpp rpc: Named arguments for mining calls 2017-01-05 11:30:20 +01:00
misc.cpp rpc: Argument name consistency 2017-01-05 11:30:20 +01:00
net.cpp rpc: Named arguments for net calls 2017-01-05 11:30:20 +01: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 rpc: Argument name consistency 2017-01-05 11:30:20 +01:00
register.h Do not shadow global RPC table variable (tableRPC) 2016-08-25 15:02:26 +02:00
server.cpp rpc: Support named arguments 2017-01-05 11:30:20 +01:00
server.h rpc: Support named arguments 2017-01-05 11:30:20 +01:00