txcatcher 0.1.89 → 0.1.90
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/bin/txcatcher-monitor +1 -1
- data/txcatcher.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e26108a8c403705845ccdaa92b01d8e6c0674158
|
4
|
+
data.tar.gz: 5f442a9932546298090ae23fdd7f41906e09b589
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2cf5236ac890fc715f4c2b4f6c53d6337e84c2d165a6fd04ffc63d1489fa4c6cb11e8a87cd0d71be2eff3ef5aafda6c452ad0bd53e7d80be7604cbd18ccf57da
|
7
|
+
data.tar.gz: a958f028913c59d14bbdd424bf907632c636c9cdaca6a8e0516967b509a10cf85fbf7d7362399323e25a04dd88d38c319c7975d6c56c1253766170bf7e306745
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.90
|
data/bin/txcatcher-monitor
CHANGED
@@ -111,7 +111,7 @@ end
|
|
111
111
|
|
112
112
|
def fetch_txcatcher_for_addr(addr)
|
113
113
|
response = Faraday.get do |req|
|
114
|
-
req.url TxCatcher::Config["monitor"]["txcatcher_url"] + "/addr/#{addr}
|
114
|
+
req.url TxCatcher::Config["monitor"]["txcatcher_url"] + "/addr/#{addr}/utxo"
|
115
115
|
req.options.timeout = 5
|
116
116
|
req.options.open_timeout = 5
|
117
117
|
end
|
data/txcatcher.gemspec
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: txcatcher 0.1.
|
5
|
+
# stub: txcatcher 0.1.90 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "txcatcher"
|
9
|
-
s.version = "0.1.
|
9
|
+
s.version = "0.1.90"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib"]
|