Skip to content

Commit

Permalink
chore: walletDriver supports getAddress()
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Dec 18, 2024
1 parent 26d3b0f commit 3815e4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/boot/tools/drivers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const makeWalletFactoryDriver = async (
isNew: boolean,
) => ({
isNew,
getAddress: () => walletAddress,

executeOffer(offer: OfferSpec): Promise<void> {
const offerCapData = marshaller.toCapData(
Expand Down

0 comments on commit 3815e4c

Please sign in to comment.