Comment and cleanup TODO
This commit is contained in:
parent
1c8fc79f08
commit
f841c897dc
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ export enum AddressType {
|
|||
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 {
|
||||
MainNet = "lbc_mainnet",
|
||||
TestNet = "lbc_testnet",
|
||||
|
|
Loading…
Reference in a new issue