cryptum 0.0.434 → 0.0.435
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cryptum/ui/order/execute.rb +2 -3
- data/lib/cryptum/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 45e3962b8301e0d7909ec7f9d68a93eec4bcadebd173a6302250eb6851fc6af5
|
4
|
+
data.tar.gz: 5d279fffd6e0cd1475423821524b5a9306296929b624e912f5a9a98e50138e8d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58ed11feb49db5f6e1d99376fcc6e5a0149674485108c5d36f4be8f726117c13faf36beccb2b015cbbc135a5fcb6901d92c8717de2bd7125f274332a60f96db8
|
7
|
+
data.tar.gz: 7237ccf68579d32cf4593d76b985e7a481ae73b2e499ef1ec77b47dd318db330b3e8e0091fb4acd3e05181b7dc3ca75ad47904eba42de52b8c7e056aec1115d3
|
@@ -98,9 +98,8 @@ module Cryptum
|
|
98
98
|
# Debug last order -------------------------------#
|
99
99
|
# TODO: if the order attempt is unsucessful at the adjusted price,
|
100
100
|
# the order plan needs to be reset.
|
101
|
-
debug_last_order = "
|
102
|
-
debug_last_order += "
|
103
|
-
debug_last_order += "Limit Price (Should be <= #{last_purchase_price}): #{price}"
|
101
|
+
debug_last_order = "Lowest Limit Sell Price: #{lowest_selling_price}\n"
|
102
|
+
debug_last_order += "Limit Price (Should be <= #{lowest_selling_price}): #{price}"
|
104
103
|
debug_last_order += "\n\n\n"
|
105
104
|
|
106
105
|
Cryptum::Log.append(
|
data/lib/cryptum/version.rb
CHANGED