Fix saving bloom to IDB for sidechains & clarify logs for encrypted notes account loading
This commit is contained in:
parent
9210330208
commit
d10ea812db
@ -21,7 +21,7 @@ export async function checkExistAccount({ getters, dispatch, rootState, rootGett
|
|||||||
|
|
||||||
const isExist = Boolean(Array.isArray(events) && Boolean(events.length))
|
const isExist = Boolean(Array.isArray(events) && Boolean(events.length))
|
||||||
|
|
||||||
console.log('isExist', isExist)
|
console.log('Is encrypted note events exist: ', isExist)
|
||||||
|
|
||||||
dispatch('createMutation', {
|
dispatch('createMutation', {
|
||||||
type: 'CHECK_ACCOUNT',
|
type: 'CHECK_ACCOUNT',
|
||||||
|
@ -262,7 +262,7 @@ export default async (ctx, inject) => {
|
|||||||
|
|
||||||
Object.keys(tokens).forEach((token) => {
|
Object.keys(tokens).forEach((token) => {
|
||||||
Object.keys(tokens[token].instanceAddress).forEach((amount) => {
|
Object.keys(tokens[token].instanceAddress).forEach((amount) => {
|
||||||
if (nativeCurrency === token && netId === 1) {
|
if (nativeCurrency === token) {
|
||||||
stores.push({
|
stores.push({
|
||||||
name: `stringify_bloom_${netId}_${token}_${amount}`,
|
name: `stringify_bloom_${netId}_${token}_${amount}`,
|
||||||
keyPath: 'hashBloom'
|
keyPath: 'hashBloom'
|
||||||
|
Loading…
Reference in New Issue
Block a user