mirror of
https://github.com/paritytech/banana_split.git
synced 2026-09-12 19:51:03 +05:00
Removed mismatch check
This commit is contained in:
parent
376fbe4aa8
commit
d86f1aa422
@ -137,13 +137,6 @@ export default Vue.extend({
|
||||
} else {
|
||||
this.nonce = parsed.nonce;
|
||||
}
|
||||
if (
|
||||
this.requiredShards &&
|
||||
this.requiredShards < (parsed.requiredShards*2)-1
|
||||
) {
|
||||
this.$eventHub.$emit("showError", "Mismatch on the parsed QR Count");
|
||||
return;
|
||||
}
|
||||
this.qrCodes.add(result);
|
||||
this.shards.push(parsed);
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user