CounterpartyXCP / counterwallet

Counterparty web wallet
https://counterwallet.io
147 stars 162 forks source link

Reduce immediate string values. #845

Closed cryptcoin-junkey closed 5 years ago

cryptcoin-junkey commented 6 years ago

This patch privides two benefits.

  1. Reduces bugs by typo.
  2. Helps porting Counterparty to altcoins like Dogecoin, Monacoin.
cryptcoin-junkey commented 6 years ago

I fixed some typos @deweller pointed. And I found some more fixes for the better altcoin support. I'm fixing now. Please keep this hold.

cryptcoin-junkey commented 6 years ago

@deweller I finished fixes. Tested by my hand as I couldn't find e2e test cases.

And I'm developing Monaparty that is a Counterparty port using Monacoin blockchain. I run Monaparty version of counterwallet with this PR and works well.