Closed agentydragon closed 3 years ago
I have a few of those cryptos lying around from before their forks off bitcoin and I've started porting my net worth tracker ( http://githlab.com/agentydragon/worthy) into rust, so I'll need those cryptos so I can track them.
On Wed, 17 Feb 2021, 07:53 Varun Srinivasan, notifications@github.com wrote:
@varunsrin commented on this pull request. In src/currency/crypto_currencies.rs https://github.com/varunsrin/rusty_money/pull/54#discussion_r577364807: @@ -92,6 +92,26 @@ define_currency_set!( name: "ZCash", symbol: "ZEC", symbol_first: false, }, // https://www.bitcoincash.org/ BCH: { code: "BCH", exponent: 8, locale: EnUs, minor_units: 100_000_000, name: "Bitcoin Cash", symbol: "BCH", symbol_first: false, }, // https://bitcoinsv.com/ BSV: { thanks for adding these. i'm curious, what are you using that requires BSV support? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/varunsrin/rusty_money/pull/54#pullrequestreview-591882837, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFORDG5US67LNELQPZVBSDS7NRXTANCNFSM4XW6CSPQ .
In src/currency/crypto_currencies.rs https://github.com/varunsrin/rusty_money/pull/54#discussion_r577364807:
@@ -92,6 +92,26 @@ define_currency_set!( name: "ZCash", symbol: "ZEC", symbol_first: false, }, // https://www.bitcoincash.org/ BCH: { code: "BCH", exponent: 8, locale: EnUs, minor_units: 100_000_000, name: "Bitcoin Cash", symbol: "BCH", symbol_first: false, }, // https://bitcoinsv.com/ BSV: {
@@ -92,6 +92,26 @@ define_currency_set!( name: "ZCash", symbol: "ZEC", symbol_first: false,
thanks for adding these.
i'm curious, what are you using that requires BSV support?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/varunsrin/rusty_money/pull/54#pullrequestreview-591882837, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFORDG5US67LNELQPZVBSDS7NRXTANCNFSM4XW6CSPQ .
I have a few of those cryptos lying around from before their forks off bitcoin and I've started porting my net worth tracker ( http://githlab.com/agentydragon/worthy) into rust, so I'll need those cryptos so I can track them.
On Wed, 17 Feb 2021, 07:53 Varun Srinivasan, notifications@github.com wrote: