olta-art / editions-auction

Dutch auction style drop mechanic for editions
GNU General Public License v3.0
0 stars 2 forks source link

Respect royalty EIP-2981 #27

Closed george-e-d-g-e closed 2 years ago

george-e-d-g-e commented 2 years ago

solves #26

fetches the royalty fund receiver from "project/edition contract" and sends all funds to that address instead of creator.

cleans up unneeded comments.

also added a test for purchasing when the sale price is zero as the test was missing.