Closed thedavidmeister closed 3 weeks ago
TestReceipt inherits Receipt which is an implementation contract, i.e. it is supposed to be cloned and initialized
that means that the constructor doesn't do anything and it has to be cloned to be testing what actually happens
TestReceipt inherits Receipt which is an implementation contract, i.e. it is supposed to be cloned and initialized
that means that the constructor doesn't do anything and it has to be cloned to be testing what actually happens