storj / crypto-batch-payment

A high volume ERC20 token payment application.
GNU Affero General Public License v3.0
5 stars 0 forks source link

Fix zksync2 receipt code #10

Closed azdagron closed 7 months ago

azdagron commented 7 months ago

Recent change doesn't even compile :( The zksync receipt type embeds a types.Receipt though so we can use that.

azdagron commented 7 months ago

I found out why the receipt was being returned that way :)

My next PR is going to wire up GH actions so we catch this stuff earlier.

azdagron commented 7 months ago

Subsumed by #13