coin-op 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/coin-op/bit/transaction.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a9ce43055ee6773ee33ee1fab2f8e9baa54037c6
|
4
|
+
data.tar.gz: 7f65ef4ef8ee00dfd6f078cd1c19e4e1460762e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d7289100f2435176d5c3f5d9c49e2841a6b8c2cb237d26417f58cc743c1317853136df5fd8963c955124b3aa5b2ec19078b3c728d0ebee1f0ed968a69f45d48
|
7
|
+
data.tar.gz: d88dc180ef2a80908657663cd928b9b0a6c32e641392d72cdc3b89f4987c84ec3178da5adb3b2a524a6175b145c8b27deb4be2c53d151dcaf80b899a246fc791
|
@@ -246,7 +246,7 @@ module CoinOp::Bit
|
|
246
246
|
prev_out = input.output
|
247
247
|
script ||= prev_out.script
|
248
248
|
|
249
|
-
@native.signature_hash_for_input(input.index,
|
249
|
+
@native.signature_hash_for_input(input.index, script.to_blob)
|
250
250
|
end
|
251
251
|
|
252
252
|
# A convenience method for authorizing inputs in a generic manner.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: coin-op
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matthew King
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-01-
|
11
|
+
date: 2015-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bitcoin-ruby
|