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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7b81370975378882cf9d11b55666c23eaea3a61cff3f08d1956972a5e095f159
4
- data.tar.gz: e3743593d07506caecb9e2fafbca28ac5202d0c31a5058e2aa5add17b983c25e
3
+ metadata.gz: 45e3962b8301e0d7909ec7f9d68a93eec4bcadebd173a6302250eb6851fc6af5
4
+ data.tar.gz: 5d279fffd6e0cd1475423821524b5a9306296929b624e912f5a9a98e50138e8d
5
5
  SHA512:
6
- metadata.gz: 2b7cf20d9c9709a11efcac82ec138b303552f8fd1e9b5fb5784a768eda511fe97bf8253180cf1d5c3aa49e407eecc481cd367aec318a506748986a10d9c2ac97
7
- data.tar.gz: 32a5579e81be9bb4daedf9075a07afe2d25940a87497f05e28fcba4b5dc9433bfd8ca87e5838bf99d1b0c7196a05f54cd7f9d4ab8349a8dd0f42bcac327d85f0
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 = "Last Order: #{last_order}\n"
102
- debug_last_order += "Last Purchase Price: #{last_purchase_price}\n"
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(
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cryptum
4
- VERSION = '0.0.434'
4
+ VERSION = '0.0.435'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cryptum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.434
4
+ version: 0.0.435
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.