issues
search
perun-network
/
erdstall-ts-sdk
TypeScript client SDK to interact with Erdstall.
Apache License 2.0
5
stars
2
forks
source link
test: Fix and change newRandomBigInt
#66
Closed
sebastianst
closed
3 years ago
sebastianst
commented
3 years ago
The second parameter is now the number of bits, not the max value.
newRandomBigInt was called NewBigInt before. Renamed it to make sure that all users of this function update their call. We wanted to rename it anyways.