Skip to content

Commit

Permalink
Split from global.js to promos.js for #134
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKitty committed May 29, 2023
1 parent 43f4ab7 commit f34995b
Show file tree
Hide file tree
Showing 4 changed files with 671 additions and 663 deletions.
2 changes: 1 addition & 1 deletion scripts/database.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Masternode from './masternode.js';
import { Settings } from './settings.js';
import { cChainParams } from './chain_params.js';
import { confirmPopup, sanitizeHTML, createAlert } from './misc.js';
import { PromoWallet } from './global.js';
import { PromoWallet } from './promos.js';

/** The current version of the DB - increasing this will prompt the Upgrade process for clients with an older version */
export const DB_VERSION = 2;
Expand Down
Loading

0 comments on commit f34995b

Please sign in to comment.