Skip to content

Commit

Permalink
US-1958 Bitcoin sendtransaction will be done through the post call
Browse files Browse the repository at this point in the history
  • Loading branch information
Freshenext committed Oct 11, 2023
1 parent c5b6f8e commit 6b40d89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@rsksmart/rif-wallet-bitcoin": "^1.2.0",
"@rsksmart/rif-wallet-core": "^1.0.2",
"@rsksmart/rif-wallet-eip681": "1.0.1",
"@rsksmart/rif-wallet-services": "^1.0.7",
"@rsksmart/rif-wallet-services": "^1.0.8",
"@rsksmart/rif-wallet-token": "^1.0.1",
"@rsksmart/rlogin-dpath": "^1.0.1",
"@rsksmart/rns-resolver.js": "^1.0.1",
Expand Down
3 changes: 2 additions & 1 deletion src/core/hooks/bitcoin/initializeBitcoin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ export const initializeBitcoin = (

result.fetcher = rifFetcher

result.paymentFacade.onSendTransaction = rifFetcher.sendTransactionHexData
result.paymentFacade.onSendTransaction =
rifFetcher.sendTransactionHexDataPost
return result
}

Expand Down

0 comments on commit 6b40d89

Please sign in to comment.