coinbase-sdk 0.1.0 → 0.1.1
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 +4 -4
- data/lib/coinbase/staking_operation.rb +1 -3
- data/lib/coinbase/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7282200e25117b148ba99b4fa055c604edfdfa41b66e2632ba7107b2ae21fc7f
|
|
4
|
+
data.tar.gz: a8ea9dc85e68fc0f40397e8f00f0007a5dc6d8952b1d59e2b674b86921ae5da2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d2f7da4368fd8c033b0566e1bf0851b7c5d9fdde368995d53923cd1535113b7ae9dba55aafaf4e6ec22f4525e7ad80399fa470b77d0dd1326ca6cf71fe1d3bcf
|
|
7
|
+
data.tar.gz: 1bcfa5eb7782d6946f11c4ca60a65a05c92805ac737529b9ad4ca4136b1e0a5b1f9bceb9a4a042367fc846307510badb96f74ffe3433c210285ee93b4fdf34ff
|
|
@@ -194,7 +194,7 @@ module Coinbase
|
|
|
194
194
|
|
|
195
195
|
transaction.sign(key)
|
|
196
196
|
@model = Coinbase.call_api do
|
|
197
|
-
|
|
197
|
+
wallet_stake_api.broadcast_staking_operation(
|
|
198
198
|
wallet_id,
|
|
199
199
|
address_id,
|
|
200
200
|
id,
|
|
@@ -211,8 +211,6 @@ module Coinbase
|
|
|
211
211
|
|
|
212
212
|
sleep interval_seconds
|
|
213
213
|
end
|
|
214
|
-
|
|
215
|
-
self
|
|
216
214
|
end
|
|
217
215
|
|
|
218
216
|
# Fetch the StakingOperation with the provided network, address and staking operation ID.
|
data/lib/coinbase/version.rb
CHANGED