Skip to content

Commit

Permalink
fix getUserList
Browse files Browse the repository at this point in the history
  • Loading branch information
YaStaer committed Apr 13, 2024
1 parent 791c81b commit 5366f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/interact.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export const getUserDAO = async wallet => {

export const getUsersList = async () => {
const userID = 1
const count = 10
const count = 100
const users = {}
while (true) {
const resp = await GovernanceDAOcontract.methods.getUsersList(userID, count).call()
Expand Down

0 comments on commit 5366f35

Please sign in to comment.