fix:typo error (shading->sharding)

This commit is contained in:
bitvincent 2021-11-04 18:35:39 +08:00
parent e542e11ed9
commit 6e8963ae0a

View File

@ -23,8 +23,8 @@ var loadContractList = function (e) {
var toSimple = function (name) {
switch (name) {
case 'Shading':
return "Shading";
case 'Sharding':
return "Sharding";
case 'RequestAllResponseAll':
return "RARA";
case 'RequestAllResponseHalf':