Skip to content

Commit

Permalink
fixed abilities
Browse files Browse the repository at this point in the history
  • Loading branch information
cf committed Jun 25, 2024
1 parent 64d126c commit 3ae87fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/memory/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class DogeMemoryWalletProvider implements IDogeWalletProvider {
getAbilities(): IWalletProviderAbilities {
return {
addWalletRandom: true,
addWalletFromWIF: true,
addWalletBIP178: true,
}
}
getSigners(): Promise<IDogeTransactionSigner[]> {
Expand Down

0 comments on commit 3ae87fb

Please sign in to comment.