Skip to content

Lesson 13 invalid signer bug #1380

Discussion options

You must be logged in to vote

@AlexK020908

let { totalCollateralETH, totalDebtETH, availableBorrowsETH } = getBorrowUserData(
    LendingPool,
    deployer
)

You forgot to add await here

let { totalCollateralETH, totalDebtETH, availableBorrowsETH } = await getBorrowUserData(
    LendingPool,
    deployer
)

It should be like this.

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@alymurtazamemon
Comment options

@AlexK020908
Comment options

@AlexK020908
Comment options

@alymurtazamemon
Comment options

@AlexK020908
Comment options

Answer selected by AlexK020908
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants