Skip to content

Commit

Permalink
chore: update wallet db key (#10579)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuanyang233 committed Aug 23, 2023
1 parent 08499e5 commit c2317a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ import { createPluginDatabase } from '../../../database/plugin-db/wrap-plugin-da
import { PluginID } from '@masknet/shared-base'

// Note: Wallet was a plugin in the past, but now it's a core service in Mask.
export const walletDatabase = createPluginDatabase<WalletRecord | SecretRecord | LockerRecord>(PluginID.WalletService)
export const walletDatabase = createPluginDatabase<WalletRecord | SecretRecord | LockerRecord>(PluginID.Wallet)

0 comments on commit c2317a5

Please sign in to comment.