mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix metadata JSON "version" field being a string
Should be a number
This commit is contained in:
parent
302d46c1e6
commit
816f6ec175
@ -193,7 +193,7 @@ explanatory purposes.
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
// Required: The version of the metadata format
|
// Required: The version of the metadata format
|
||||||
"version": "1"
|
"version": 1
|
||||||
}
|
}
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
|
Loading…
Reference in New Issue
Block a user