bitcoin2graphdb 0.2.4 → 0.2.5
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d4f8bb8f6ad4f5553e083d5a6cc83c5d0a82e38
|
4
|
+
data.tar.gz: ed6b8351006018dc9975643457f42ca85191c3db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb996ac7c02669f9c9218f7ad803b60b77a5b171d05206d9af4a4845bc86b034c075891ee11d03cb4e580ea0414d4c996700aa40fbed0e35e0e02f0b732b446c
|
7
|
+
data.tar.gz: aff02fc2b42e27769c39d60eee7719734b1d3d40dd2441b8e5cd1fd8b5ca28439bc860ff39b9bb9e1ea887d013ae679b2dba17946995492a9829e6ab426186fb
|
@@ -21,7 +21,6 @@ module Graphdb
|
|
21
21
|
end
|
22
22
|
|
23
23
|
def apply_oa_attributes(oa_out)
|
24
|
-
puts "oa out apply #{Time.now}"
|
25
24
|
self.asset_quantity = oa_out['asset_quantity']
|
26
25
|
self.oa_output_type = oa_out['output_type']
|
27
26
|
self.asset_id = AssetId.find_or_create(oa_out['asset_id']) unless oa_out['asset_id'].nil?
|