fix store access list for recoup
This commit is contained in:
parent
3d0fbea467
commit
c2e261e018
@ -228,7 +228,7 @@ async function recoupRefreshCoin(
|
||||
}
|
||||
|
||||
const refreshGroupId = await ws.db.runWithWriteTransaction(
|
||||
[Stores.coins, Stores.reserves],
|
||||
[Stores.coins, Stores.reserves, Stores.recoupGroups],
|
||||
async tx => {
|
||||
const recoupGroup = await tx.get(Stores.recoupGroups, recoupGroupId);
|
||||
if (!recoupGroup) {
|
||||
|
Loading…
Reference in New Issue
Block a user