mastercoin-wallet 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.9
|
@@ -55,7 +55,7 @@ module MastercoinWallet
|
|
55
55
|
end
|
56
56
|
|
57
57
|
unless @receiving_address.empty? || @amount.empty? || @password.empty? || @fee.empty?
|
58
|
-
data_keys = Mastercoin::PurchaseOffer.new(currency_id:
|
58
|
+
data_keys = Mastercoin::PurchaseOffer.new(currency_id: currency_id, amount: (@amount.to_f * 1e8).to_i).encode_to_compressed_public_key(MastercoinWallet.config.address)
|
59
59
|
create_transaction_with_keys(data_keys, force_fee: @fee)
|
60
60
|
close()
|
61
61
|
else
|
data/mastercoin-wallet.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mastercoin-wallet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.9
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -241,7 +241,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
241
241
|
version: '0'
|
242
242
|
segments:
|
243
243
|
- 0
|
244
|
-
hash:
|
244
|
+
hash: 205916164832906595
|
245
245
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
246
246
|
none: false
|
247
247
|
requirements:
|