mirror of
https://github.com/luxfi/proto.git
synced 2026-07-27 07:04:45 +00:00
docs: unify stale LUXAssetID comment -> UTXOAssetID
Co-authored-by: Hanzo Dev <dev@hanzo.ai>
This commit is contained in:
co-authored by
Hanzo Dev
parent
e3ca10c75c
commit
8c4f80269e
@@ -74,7 +74,7 @@ func (w *WalletFactory) NewWallet(keys ...*secp256k1.PrivateKey) (builder.Builde
|
||||
kc = secp256k1fx.NewKeychain(keys...)
|
||||
addrSet = kc.AddressSet()
|
||||
backend = newBackend(addrSet, w.state)
|
||||
// Extract networkID and LUXAssetID from context
|
||||
// Extract networkID and UTXOAssetID from context
|
||||
networkID = w.rt.NetworkID
|
||||
utxoAssetID = w.rt.UTXOAssetID
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user