From 164df232389c22a0071d248d4e5c58f4f9a1f0cb Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Wed, 21 Oct 2020 05:39:02 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b1c1da9..a72d668 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ Here is an [example config file](https://gist.github.com/leto/2c3401df2f21a2ed56 * Making zaddr transactions are slower, taking a few seconds instead of a few milliseconds * Shielded transactions do not show the sender address, receiver address or amounts on the public explorer. You will need to use local RPC methods such as `z_viewtransaction` to see those details * Shielded transactions are larger than transparent transactions, because more data is stored + * RPCs which work with zaddrs usually begin with `z_` such as `z_listunspent`. The very common `sendmany` RPC is called `z_sendmany` for zaddrs # GUI wallets