Skip to content

Commit 243afc2

Browse files
authored
US-1958 Bitcoin sendtransaction will be done through the post call (#773)
* US-1958 Bitcoin sendtransaction will be done through the post call * Lock file
1 parent 2ca7fa4 commit 243afc2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@rsksmart/rif-wallet-bitcoin": "^1.2.0",
4040
"@rsksmart/rif-wallet-core": "^1.0.2",
4141
"@rsksmart/rif-wallet-eip681": "1.0.1",
42-
"@rsksmart/rif-wallet-services": "^1.0.7",
42+
"@rsksmart/rif-wallet-services": "^1.0.8",
4343
"@rsksmart/rif-wallet-token": "^1.0.1",
4444
"@rsksmart/rlogin-dpath": "^1.0.1",
4545
"@rsksmart/rns-resolver.js": "^1.0.1",

src/core/hooks/bitcoin/initializeBitcoin.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ export const initializeBitcoin = (
9696

9797
result.fetcher = rifFetcher
9898

99-
result.paymentFacade.onSendTransaction = rifFetcher.sendTransactionHexData
99+
result.paymentFacade.onSendTransaction =
100+
rifFetcher.sendTransactionHexDataPost
100101
return result
101102
}
102103

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2152,7 +2152,7 @@
21522152
dependencies:
21532153
"@rsksmart/rsk-utils" "^1.1.0"
21542154

2155-
"@rsksmart/rif-wallet-services@^1.0.7":
2155+
"@rsksmart/rif-wallet-services@^1.0.8":
21562156
version "1.0.8"
21572157
resolved "https://registry.yarnpkg.com/@rsksmart/rif-wallet-services/-/rif-wallet-services-1.0.8.tgz#d4b9099c0c931c295dbac357d1a35f383700028f"
21582158
integrity sha512-sKXNT3PU6eDYKSBZxV1vLOA/N/lOYavGjw4Q12dWCjyT3xv7uQtAKIB+njYTyK0HxaKfKcR0+Agq/4KIdiAZ/w==

0 commit comments

Comments
 (0)