docs: unify stale LUXAssetID comment -> UTXOAssetID

Co-authored-by: Hanzo Dev <dev@hanzo.ai>
This commit is contained in:
Antje Worring
2026-06-06 23:27:10 -07:00
co-authored by Hanzo Dev
parent e3ca10c75c
commit 8c4f80269e
+1 -1
View File
@@ -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
)