OneDaijo / daijo-contracts

Apache License 2.0
6 stars 2 forks source link

Refactor purchase function to exclude the address #50

Closed thiefinparis closed 6 years ago

thiefinparis commented 6 years ago

Address should be assumed to be msg.sender. Also made the function public to allow people to directly call the purchase function instead of just using the fallback.

Fixes #48.

thiefinparis commented 6 years ago

@zlgrube @nickdeng4