Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions template/inbox/service.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
// ChainMail-style protocol: Fixed address for ALL messages, encryption-based privacy
// MINIMERCH_ADDRESS is declared in app.js
// const MINIMERCH_ADDRESS = '0x4D494E494D45524348'; // hex for "MINIMERCH"
// TOKEN_ID_MINIMA is declared in app.js as TOKEN_IDS.MINIMA
// const TOKEN_ID_MINIMA = '0x00';
const MINIMERCH_ADDRESS = '0x4D494E494D45524348'; // hex for "MINIMERCH"

// dbReady is declared in app.js
// let dbReady = false;
let dbReady = false;

function escapeSQL(val) {
if (val == null) return 'NULL';
Expand Down
Loading