Comment and cleanup TODO

This commit is contained in:
Daniel Krol 2022-05-23 17:10:18 -04:00
parent 1c8fc79f08
commit f841c897dc

View file

@ -6,6 +6,10 @@ export enum AddressType {
SingleAddress = "single-address", SingleAddress = "single-address",
} }
// The `ledger` field of accounts in a wallet (or PrivateAccountInfo).
// TODO - Rename this to "Ledger" to distinguish from `lbry.networks`,
// particularly since the ledger values are different from the
// `lbry.networks` field names.
export enum Network { export enum Network {
MainNet = "lbc_mainnet", MainNet = "lbc_mainnet",
TestNet = "lbc_testnet", TestNet = "lbc_testnet",