GambleCoin-Project / GambleCoin

GambleCoin (GMCN) Official Core Project
http://www.gamblecoin-info.com/
MIT License
5 stars 6 forks source link

Clean up BTC References in rpcwallet #17

Closed CaveSpectre11 closed 5 years ago

CaveSpectre11 commented 5 years ago

Describe the issue

Lots of the usage examples and text in rpcwallet refers to amounts as "amounts in btc", when they really should be "amounts in gmcn".

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

  1. search the code, try the command

Expected behavior

Should tell us we're using GMCN, not BTC

Actual behavior

It tells us BTC; which means, most likely, this isn't changed in PIVX and therefore it slipped through PIVX to GMCN edits.

CaveSpectre11 commented 5 years ago

Fixed; and got rid of the two example btc addresses.

CaveSpectre11 commented 5 years ago

https://github.com/GambleCoin-Project/GambleCoin/commit/a8485a3f45b022b5b25c056a5cb2669ad1a45ca5