issues
search
zksync-sdk
/
zksync2-java
zksync2 is a web3j library adapted to work with the ZKsync Era.
Apache License 2.0
40
stars
24
forks
source link
Feature/format optimization
#26
Closed
niuhp
closed
8 months ago
niuhp
commented
8 months ago
What :computer:
Change all code that determines string equality to use
equals
instead of
==
or
!=
Remove some unnecessary code
niuhp
commented
8 months ago
close
What :computer:
equals
instead of==
or!=