Skip to content
This repository was archived by the owner on Sep 5, 2020. It is now read-only.
This repository was archived by the owner on Sep 5, 2020. It is now read-only.

msg.sender.send() not working for contract -> contract-based wallets transactions #135

@emosto

Description

@emosto

When a contract tries to send ether using msg.sender.send() to a contract-based wallet it fails (without error). However, msg.sender.send() works if the sender is the etherbase account. A workaround I found was to use tx.origin.send() but this then sends the amount to the etherbase account and not to the calling wallet.

Shouldn't msg.sender.send() do its job no matter where the address points (contract or account)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions