Add 1 decimal to validator confirmation (#4084)
This commit is contained in:
@ -1921,7 +1921,8 @@
|
|||||||
"logBase": 1,
|
"logBase": 1,
|
||||||
"max": null,
|
"max": null,
|
||||||
"min": null,
|
"min": null,
|
||||||
"show": true
|
"show": true,
|
||||||
|
"decimals": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"format": "short",
|
"format": "short",
|
||||||
|
Reference in New Issue
Block a user