hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Apache License 2.0
266 stars 119 forks source link

Update memo for "lazy-created account" to "auto-created account" #14064

Open Ashe-Oro opened 4 days ago

Ashe-Oro commented 4 days ago

Problem

Memos appended to auto created accounts, per the HIP-583 spec, are incorrectly labeled as "lazy-created" whereas the spec calls this "auto-created".

Here's an example: https://hashscan.io/mainnet/account/0.0.6271006?ph=1&pt=1&p1=1&k1=1719413387.478646003

Solution

Update memo on transactions which auto-create an account.

from: lazy-created account to: auto-created account

Alternatives

No response