security sticky note ALWAYS has to be unique, CRITICAL 7 letter fix

This commit is contained in:
Mark Nadal 2020-01-13 13:08:37 -08:00
parent 77be32167f
commit db868d0e3a

2
gun.js
View File

@ -822,7 +822,7 @@
how: 'mem', how: 'mem',
put: node, put: node,
$: gun, $: gun,
_: faith // HNPERF: see disclaimer below _: function(){} // HNPERF: see disclaimer below
}); });
//if(0 < tmp){ return } //if(0 < tmp){ return }
root.on('get', msg); root.on('get', msg);