istox 0.1.43.10 → 0.1.43.11

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: 5ced021cccc0bad32781f21491a94499af6cf7701df6ebdf4b56ad14602352e6
4
- data.tar.gz: f54aa387aac72deeef1fcec3be3c267b51ab63d391b41f5e4ad4bbf42f57c9ae
3
+ metadata.gz: 21ba1d5f6dea1f505deb34ddac4d90608065044043e24c4f8d8b9c25dcd2c3d1
4
+ data.tar.gz: 710edb065a77519fc8043de2bb63106bb812d4d6c83c0d1c73c766de27a37e1d
5
5
  SHA512:
6
- metadata.gz: 444f163f11d1e2eabcbe80b735468713e0e250e2831f2a74a2ec1bc9e0c9c3487e201d332d9632614b2a62808240a72eeaabd66be19eceab32bbf1ea2de613b3
7
- data.tar.gz: fafe17bd5dc3d359030b605aa25407234fa574eeafbe8f49ef13ce03b3b68618192353090b06041f1440340119eee2dcccb0eb1214105cd2bfb4a05072c37ec8
6
+ metadata.gz: 0377aabb9f6b3da935fb901063a83aa1c95788fe37b8aa06b49cf8c5201473c9276e4c32fc743fe90f937e41fd25ad6c1223338ed05b49bbb469ac9e33b0baf4
7
+ data.tar.gz: 24ec9449244ecb2aecae41ff2eab4cd7d37f40a8c915ef5c43b50defe269d651a704397b946fa901efc369b4594f8ab189031011212d0cc12ccb04d600809f93
@@ -62,7 +62,7 @@ module Istox
62
62
  @blocks = []
63
63
 
64
64
  @blockchain_receipts.map do |blockchain_receipt|
65
- transaction = @transaction_store.find { |t| t.txhash == blockchain_receipt.txhash}
65
+ transaction = @transactions_store.find { |t| t.txhash == blockchain_receipt.txhash}
66
66
 
67
67
  if transaction
68
68
  @blocks.push(transaction)
@@ -87,7 +87,7 @@ module Istox
87
87
  end
88
88
 
89
89
  def prepare_block_transactions(txhashes)
90
- @transaction_store ||= Istox::Interfaces::Chainhub::Transaction.get_block_transactions(txhashes)
90
+ @transactions_store ||= Istox::Interfaces::Chainhub::Transaction.get_block_transactions(txhashes)
91
91
  end
92
92
 
93
93
  private
data/lib/istox/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Istox
2
- VERSION = "0.1.43.10"
2
+ VERSION = "0.1.43.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: istox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.43.10
4
+ version: 0.1.43.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siong Leng