sibit 0.18.7 → 0.18.8

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: 2e4825728b50903a70df2ad5349bbf7ccdd785d30d3c884200dd03cdb9c315c3
4
- data.tar.gz: 047fcd5c26abee133f4c52f3a53a9b52033a382607b719e87afa1a5c26803dcb
3
+ metadata.gz: 9754c11ebf54c9b04ce2b44bfc21f58a1758713d51c204b32c03e79e737db1e7
4
+ data.tar.gz: 3abeb42d2a54d543825f0da9244da1cff4c842180e58f94bc8694a38595852ce
5
5
  SHA512:
6
- metadata.gz: 76412795bcfbbe81463431234c774a0a91d6aadb7722760ee2190899ee28325ad0631abfc6d3e0d440cc864e54220cb9ea3323a4c34671270ed8341d7b1509db
7
- data.tar.gz: 7ec2b144c506667427f29e0531df039cb2761760e78a6d42a92174c521af56d69039bf420e77b6ee84abf887b9902681bd8c6bc6882ec0586feddc36a56c0d3e
6
+ metadata.gz: 286f4ac1cbd4244fb7dd7a867e01f36bab27d5cb91813c7d7a5fe5ce9e2a01441eb917e65e8c8f2dc7af87714e71227bfda39ca21e3d5cdc03af26ff950068cf
7
+ data.tar.gz: 681f6f576a93c2ceb67c633022c57157026e8b516cd6a989ef56d7e1e2a6409859ab8db63e053a16ad34cca1046c6fa050354aa8b7113d3487b1376413b50f47
data/README.md CHANGED
@@ -107,7 +107,7 @@ pkey = sibit.generate
107
107
  address = sibit.create(pkey)
108
108
  balance = sibit.balance(address)
109
109
  target = sibit.create(pkey) # where to send coins to
110
- change = sibit.create(pkey) # where the change will sent to
110
+ change = sibit.create(pkey) # where the change will be sent to
111
111
  tx = sibit.pay(10_000_000, 'XL', { address => pkey }, target, change)
112
112
  ```
113
113
 
@@ -72,7 +72,7 @@ class Sibit
72
72
  end
73
73
  a = json['address']
74
74
  b = a['balance']
75
- @log.info("The balance of #{address} is #{b} satoshi (#{a['transactions'].length} txns)")
75
+ @log.info("The balance of #{address} is #{b} satoshi")
76
76
  b
77
77
  end
78
78
 
@@ -26,5 +26,5 @@
26
26
  # License:: MIT
27
27
  class Sibit
28
28
  # Current version of the library.
29
- VERSION = '0.18.7'
29
+ VERSION = '0.18.8'
30
30
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sibit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.7
4
+ version: 0.18.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yegor Bugayenko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-24 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: backtrace