Add note about "atomic units" to dev guides

This commit is contained in:
Mike C 2016-03-12 10:54:33 -07:00
parent 32ba7ea352
commit 261718e003
2 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,8 @@ This is a list of the bitmonerod daemon RPC calls, their inputs and outputs, and
Many RPC calls use the daemon's JSON RPC interface while others use their own interfaces, as demonstrated below.
Note: In the following guide, "atomic units" refer to the smallest fraction of 1 Monero according to the bitmonerod and simplewallet implementation. **1 XMR = 1e12 atomic units.**
### [JSON RPC Methods](#json-rpc-methods):
* [getblockcount](#getblockcount)

View File

@ -24,6 +24,7 @@ All simplewallet methods use the same JSON RPC interface. For example:
-d '{"jsonrpc":"2.0","id":"0","method":"'$METHOD'","params":'"$PARAMS"'}' \
-H 'Content-Type: application/json'
Note: In the following guide, "atomic units" refer to the smallest fraction of 1 Monero according to the bitmonerod and simplewallet implementation. **1 XMR = 1e12 atomic units.**
### Index of JSON RPC Methods: