peatio-thought 2.6.7.1 → 2.6.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3863bcba08ebff661b9bcd89a85b17dc3af9ed90ea3dafe80ae8fa57edf97e4f
4
- data.tar.gz: 0a7f7d64cdd64c8aae0b9dc296685305335b12f763f04af5c6fa248cdc3c7ec7
3
+ metadata.gz: '028099f7c3681bca1f3e0cbcc689b09447007eed1b75c449d1fc39604ff829aa'
4
+ data.tar.gz: aa7b100a98151601f2ceb2388994b42bd004f69782161cd2e87ca611ae854c79
5
5
  SHA512:
6
- metadata.gz: b1a1f9a61d6ef4e994a9ee80d571382e8988f3777f527d7132e2ba4152a1a4a47ab80d935cf120b5e107e99d1ea9ce938c9b6c3e3fc6e103c6fb243f0ca2f9d5
7
- data.tar.gz: 589c25150d4d1673855f196570a6f3cb761fa4aade4d30bcb57a7873e91f1e1ec975edc34349d563b34abf64930501616229f9a1735f215a70fa99f2ced5d5cb
6
+ metadata.gz: 1104b0c7a12c5b0586b70a0de5ab0d9f6b8f5202dbf3d4b3a0220323e4d3eef4d593ba9483e7f7cc9e06de5cdecace596a8618512bb42b877b485e0fc3f345a5
7
+ data.tar.gz: fd65fe7716dead037367225c4447d287b7b54dcfcaf43d9ae6372bbda7ed32db658038410afd1c3d3c270ed16a7ab1ab638508edcd46056922f05ee35d6b7c96
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- peatio-thought (2.6.7.1)
4
+ peatio-thought (2.6.7.2)
5
5
  activesupport (~> 5.2.3)
6
6
  better-faraday (~> 1.0.5)
7
7
  faraday (~> 0.17)
@@ -28,7 +28,7 @@ module Peatio
28
28
  txs_array.append(*txs)
29
29
  end
30
30
 
31
- Peatio::Block.new(block_number, txs_array)
31
+ Peatio::Block.new(block_number, block_txs)
32
32
  rescue Client::Error => e
33
33
  raise Peatio::Blockchain::ClientError, e
34
34
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Peatio
4
4
  module Thought
5
- VERSION = "2.6.7.1"
5
+ VERSION = "2.6.7.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: peatio-thought
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.7.1
4
+ version: 2.6.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew@Thought