bitsy-bitcoin 0.8.1 → 0.8.2

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
  SHA1:
3
- metadata.gz: ae839272df138e8b2a06f1ee17ba96ac70ae0277
4
- data.tar.gz: 5a0e68082b5678a8288a4329f84f7ca95d6f96e6
3
+ metadata.gz: 441024d8ae68b5f28787b246bab970420559b808
4
+ data.tar.gz: 115651f4f1afb6fe179a6918f5214a81307db083
5
5
  SHA512:
6
- metadata.gz: 9746d72237a91a65f5888ca44f21a59f1236c1f055a887235e5d5cf2142c5bc85b27113294febeee33163988480abc5dbe6abd913c897bbb46015272aebe775f
7
- data.tar.gz: 276feed8c11085c46527fa3998b3f3462d3f4bbd06aab2dfb877f0456e3435a635f649ddd27c7e22c23206227a75e2fa43c07d19b37ec98d82c502b9fc9ea561
6
+ metadata.gz: 8797d20b89c602cc2566807d55d86ef512b4b6a344a469903895e46b613012c8a29a0ede3d68527a20ea97ce95dcca3d6b33379011f1ce5358ac07759806204d
7
+ data.tar.gz: ca59670411574d578c6c7815fd9b1b5b071a1d985882e3b0af4a101507ffb0d1bbafe738a3a7d43bda87c3b6dea44d9950213bf305e0dba39f693c39830b38c8
@@ -6,7 +6,7 @@ module Bitsy
6
6
 
7
7
  executed do |ctx|
8
8
  blockchain_address = Blockchain.get_address(ctx.payment_depot.address)
9
- blockchain_address.txs.each do |tx|
9
+ blockchain_address.transactions.each do |tx|
10
10
  ProcessBlockchainBlockexplorerTransaction.execute(
11
11
  payment_depot: ctx.payment_depot,
12
12
  latest_block: ctx.latest_block,
@@ -1,3 +1,3 @@
1
1
  module Bitsy
2
- VERSION = "0.8.1"
2
+ VERSION = "0.8.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bitsy-bitcoin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ramon Tayag