mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
Fix overzealous find/replace for line breaks
This commit is contained in:
@@ -482,7 +482,6 @@ if ((lsfDisableMaster & acct_flags) === lsfDisableMaster) {
|
|||||||
|
|
||||||
```python
|
```python
|
||||||
# Assuming the JSON-RPC response above is parsed from JSON
|
# Assuming the JSON-RPC response above is parsed from JSON
|
||||||
|
|
||||||
# and saved as the variable account_info_response
|
# and saved as the variable account_info_response
|
||||||
lsfDisableMaster = 0x00100000
|
lsfDisableMaster = 0x00100000
|
||||||
acct_flags = account_info_response["result"]["account_data"]["Flags"]
|
acct_flags = account_info_response["result"]["account_data"]["Flags"]
|
||||||
|
|||||||
@@ -1019,6 +1019,5 @@ btn_op_cancel_offer = tk.Button(master=frm_form, text="Cancel Offer",
|
|||||||
btn_op_cancel_offer.grid(row=16, column=3, sticky="nsew")
|
btn_op_cancel_offer.grid(row=16, column=3, sticky="nsew")
|
||||||
|
|
||||||
# Start the application
|
# Start the application
|
||||||
|
|
||||||
window.mainloop()
|
window.mainloop()
|
||||||
```
|
```
|
||||||
@@ -35,7 +35,6 @@ release_date_utc = datetime.datetime(2017,11,13,0,0,0,tzinfo=datetime.timezone.u
|
|||||||
release_date_ripple = int(release_date_utc.timestamp()) - 946684800
|
release_date_ripple = int(release_date_utc.timestamp()) - 946684800
|
||||||
print(release_date_ripple)
|
print(release_date_ripple)
|
||||||
# 563846400
|
# 563846400
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#}-->
|
#}-->
|
||||||
|
|||||||
Reference in New Issue
Block a user