ProvableHQ / workshop

📜 A Starter Guide to Build ZK Applications 📜
330 stars 265 forks source link

fix: use Mapping rather than increment or decrement #26

Closed LouisWT closed 1 year ago

LouisWT commented 1 year ago

increment() and decrement() functions are deprecated as of Leo v1.7.0. using Mapping to make this example work.

LouisWT commented 1 year ago

fix #27

collinc97 commented 1 year ago

Thanks for fixing this @LouisWT !