Btc value

Comment

Author: Admin | 2025-04-28

Zcashd still produces user-visible references to "bitcoin" and "btc", which can be confusing for users. Should consistently change these to "Zcash" and "ZEC".For example:$ git grep btc src/rc/rpcblockchain.cpp: " "value" : x.xxx, (numeric) The transaction value in btc\n"src/rpcmisc.cpp: " "paytxfee": x.xxxx, (numeric) the transaction fee set in btc/kb\n"src/rpcmisc.cpp: " "relayfee": x.xxxx, (numeric) minimum relay fee for non-free transactions in btc/kb\n"src/rpcnet.cpp: " "relayfee": x.xxxxxxxx, (numeric) minimum relay fee for non-free transactions in btc/kb\n"src/rpcrawtransaction.cpp: " "value" : x.xxx, (numeric) The value in btc\n"src/rpcrawtransaction.cpp: " "address": x.xxx (numeric, required) The key is the bitcoin address, the value is the btc amount\n"src/rpcrawtransaction.cpp: " "value" : x.xxx, (numeric) The value in btc\n"src/wallet/rpcwallet.cpp: "2. "amount" (numeric, required) The amount in btc to send. eg 0.1\n"src/wallet/rpcwallet.cpp: " amount, (numeric) The amount in btc\n"src/wallet/rpcwallet.cpp: "amount (numeric) The total amount in btc received at this address.\n"src/wallet/rpcwallet.cpp: "amount (numeric) The total amount in btc received for this account.\n"src/wallet/rpcwallet.cpp: "amount (numeric) The total amount in btc received for this account.\n"src/wallet/rpcwallet.cpp: "\nMove 0.01 btc from the default account to the account named tabby\n"src/wallet/rpcwallet.cpp: "\nMove 0.01 btc timotei to akiko with a comment and funds have 6 confirmations\n"src/wallet/rpcwallet.cpp: "3. amount (numeric, required) The amount in btc. (transaction fee is added on top).\n"src/wallet/rpcwallet.cpp: "\nSend 0.01 btc from the default account to the address, must have at least 1 confirmation\n"src/wallet/rpcwallet.cpp: " "address":amount (numeric) The zcash address is the key, the numeric amount in btc is the value\n"src/wallet/rpcwallet.cpp: " "amount" : x.xxx, (numeric) The total amount in btc received by the address\n"src/wallet/rpcwallet.cpp: " "amount": x.xxx, (numeric) The amount in btc. This is negative for the 'send' category, and for the\n"src/wallet/rpcwallet.cpp: " "fee": x.xxx, (numeric) The amount of the fee in btc. This is negative and only available for the \n"src/wallet/rpcwallet.cpp: " "amount": x.xxx, (numeric) The amount in btc. This is negative for the 'send' category, and for the 'move' category for moves \n"src/wallet/rpcwallet.cpp: " "fee": x.xxx, (numeric) The amount of the fee in btc. This is negative and only available for the 'send' category of transactions.\n"src/wallet/rpcwallet.cpp: " "amount" : x.xxx, (numeric) The transaction amount in btc\n"src/wallet/rpcwallet.cpp: " "amount" : x.xxx (numeric) The amount in btc\n"src/wallet/rpcwallet.cpp: "

Add Comment