Browse Source

Update PIP-0023.md

Changed status to withdrawn with some additional info
Benjamin Ansbach 6 years ago
parent
commit
9bcc67c7ad
1 changed files with 5 additions and 1 deletions
  1. 5 1
      PIP/PIP-0023.md

+ 5 - 1
PIP/PIP-0023.md

@@ -5,7 +5,7 @@
   Impact: API | Mobile
   Impact: API | Mobile
   Author: Benjamin Ansbach <i>&lt;[email protected]&gt;</i>
   Author: Benjamin Ansbach <i>&lt;[email protected]&gt;</i>
   Comments-URI: 
   Comments-URI: 
-  Status: Draft
+  Status: Withdrawn
   Created: 2018-07-19
   Created: 2018-07-19
 </pre>
 </pre>
 
 
@@ -13,6 +13,10 @@
 
 
 It is proposed to change the JSON RPC API so that all delivered and received currency values follow a common standard.
 It is proposed to change the JSON RPC API so that all delivered and received currency values follow a common standard.
 
 
+## Withdrawn
+
+This PIP was withdrawn and there are additional fields added with a `_s` prefix (V5) that will enclose the PASCCURRENCY value in `"` to make sure automatic JSON parsers in some languages will not misinterpret the values and the user can handle them safely.
+
 ## Motivation
 ## Motivation
 
 
 Handling large numbers and especially floating point numbers is a common task in the cryptocurrency world. To make the communication through an interface to the currencies functionalities more consistent and less error prone, it is advised to make sure that: 
 Handling large numbers and especially floating point numbers is a common task in the cryptocurrency world. To make the communication through an interface to the currencies functionalities more consistent and less error prone, it is advised to make sure that: