mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Fix overzealous find/replace for line breaks
This commit is contained in:
@@ -482,7 +482,6 @@ if ((lsfDisableMaster & acct_flags) === lsfDisableMaster) {
|
||||
|
||||
```python
|
||||
# Assuming the JSON-RPC response above is parsed from JSON
|
||||
|
||||
# and saved as the variable account_info_response
|
||||
lsfDisableMaster = 0x00100000
|
||||
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")
|
||||
|
||||
# Start the application
|
||||
|
||||
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
|
||||
print(release_date_ripple)
|
||||
# 563846400
|
||||
|
||||
```
|
||||
|
||||
#}-->
|
||||
|
||||
Reference in New Issue
Block a user