|
|
|
|
|
by remcob
3129 days ago
|
|
Ethereum doesn't use UTXO like Bitcoin, so there is no inherent need to spend from multiple accounts. If you still want to do so, it's easy to write some smart contracts that allow you to do this. I don't see the use-case though. Also, there are checksums for addresses: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-55.md I don't know anyone who would manually type an address though. |
|