Skip to content

Instantly share code, notes, and snippets.

@franckc
Created August 29, 2019 20:39
Show Gist options
  • Save franckc/6e567869c59048d33cde2cced8491082 to your computer and use it in GitHub Desktop.
Save franckc/6e567869c59048d33cde2cced8491082 to your computer and use it in GitHub Desktop.
V01_Marketplace.sol vs V00_Marketplace.sol
#> cd packages/contracts/contracts/marketplace
#> diff V01_Marketplace.sol V00_Marketplace.sol
19c19
< contract V01_Marketplace is Ownable {
---
> contract V00_Marketplace is Ownable {
171d170
< listing.deposit = 0; // Prevent multiple deposit withdrawals
316,317d314
< } else {
< listing.deposit += offer.commission; // Refund commission to seller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment