Skip to content

Commit

Permalink
Merge pull request #114 from B-Venkatesh7210/typos
Browse files Browse the repository at this point in the history
owner does not exist on type 'BiconomySmartAccountV2'
  • Loading branch information
Rahat-ch authored Nov 21, 2023
2 parents d39557f + f7e722b commit b2788cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/Account/signers/eoa/ethers.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ async function createAccount() {
defaultValidationModule: module,
activeValidationModule: module
})
console.log("owner: ", biconomySmartAccount.owner)
console.log("address: ", await biconomySmartAccount.getAccountAddress())
return biconomySmartAccount;
}
Expand Down

0 comments on commit b2788cb

Please sign in to comment.