Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions UTXOracle.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def Ask_Node(command):


# tell the user that a connection has been made and state the lastest price date
print("Connected to local noode at block #:\t"+str(block_count))
print("Connected to local node at block #:\t"+str(block_count))
print("Latest available price date is: \t"+latest_price_date)
print("Earliest available price date is:\t2020-07-26 (full node)")

Expand Down Expand Up @@ -499,7 +499,7 @@ def Ask_Node(command):



# This sectoins aims to remove non-usd denominated samples from the bell curve
# This section is intended to remove non-usd denominated samples from the bell curve
# of outputs. The two primary steps are to remove very large/small outputs
# and then to remove round btc amounts. We don't set the round btc amounts
# to zero because if the USD price of bitcoin is also round, then round
Expand Down Expand Up @@ -741,4 +741,4 @@ def Ask_Node(command):