mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-29 00:25:48 +00:00
Merge pull request #435 from clark800/consistency
Don't show flags that are set to false
This commit is contained in:
@@ -9,9 +9,7 @@
|
||||
"counterparty": "rMH4UxPrbuMa1spCBR98hLLyNJp4d8p4tM",
|
||||
"qualityIn": 500000000,
|
||||
"qualityOut": 500000000,
|
||||
"disableRippling": true,
|
||||
"frozen": false,
|
||||
"authorized": false
|
||||
"ripplingDisabled": true
|
||||
},
|
||||
"outcome": {
|
||||
"result": "tesSUCCESS",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"limit": "5",
|
||||
"currency": "USD",
|
||||
"counterparty": "rMwjYedjc7qqtKYVLiAccJSmCwih4LnE2q",
|
||||
"disableRippling": true,
|
||||
"ripplingDisabled": true,
|
||||
"frozen": true
|
||||
},
|
||||
"counterparty": {
|
||||
@@ -45,7 +45,7 @@
|
||||
"limit": "1",
|
||||
"currency": "USD",
|
||||
"counterparty": "r9vbV3EHvXWjSkeQ6CAcYVPGeq7TuiXY2X",
|
||||
"disableRippling": true
|
||||
"ripplingDisabled": true
|
||||
},
|
||||
"counterparty": {
|
||||
"limit": "0"
|
||||
@@ -59,7 +59,7 @@
|
||||
"limit": "500",
|
||||
"currency": "USD",
|
||||
"counterparty": "rfF3PNkwkq1DygW2wum2HK3RGfgkJjdPVD",
|
||||
"disableRippling": true
|
||||
"ripplingDisabled": true
|
||||
},
|
||||
"counterparty": {
|
||||
"limit": "0"
|
||||
@@ -76,7 +76,7 @@
|
||||
},
|
||||
"counterparty": {
|
||||
"limit": "100",
|
||||
"disableRippling": true
|
||||
"ripplingDisabled": true
|
||||
},
|
||||
"state": {
|
||||
"balance": "0"
|
||||
|
||||
Reference in New Issue
Block a user