update mixin

master
Matt Smith 4 years ago
parent 5e72278027
commit eb850bb707
Signed by: asymptotically
GPG Key ID: D0EAC8943FB1B2C1

@ -35,7 +35,7 @@ function _mixinToRingsize(mixin) {
}
//
function thisFork_minMixin() {
return 10;
return 21;
}
function thisFork_minRingSize() {
return _mixinToRingsize(thisFork_minMixin());
@ -73,4 +73,4 @@ const SendFunds_ProcessStep_MessageSuffix = {
4: "Constructing transaction.", // may go back to .calculatingFee
5: "Submitting transaction.",
};
exports.SendFunds_ProcessStep_MessageSuffix = SendFunds_ProcessStep_MessageSuffix;
exports.SendFunds_ProcessStep_MessageSuffix = SendFunds_ProcessStep_MessageSuffix;

Loading…
Cancel
Save