File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 39
39
"@rsksmart/rif-wallet-bitcoin" : " ^1.2.0" ,
40
40
"@rsksmart/rif-wallet-core" : " ^1.0.2" ,
41
41
"@rsksmart/rif-wallet-eip681" : " 1.0.1" ,
42
- "@rsksmart/rif-wallet-services" : " ^1.0.7 " ,
42
+ "@rsksmart/rif-wallet-services" : " ^1.0.8 " ,
43
43
"@rsksmart/rif-wallet-token" : " ^1.0.1" ,
44
44
"@rsksmart/rlogin-dpath" : " ^1.0.1" ,
45
45
"@rsksmart/rns-resolver.js" : " ^1.0.1" ,
Original file line number Diff line number Diff line change @@ -96,7 +96,8 @@ export const initializeBitcoin = (
96
96
97
97
result . fetcher = rifFetcher
98
98
99
- result . paymentFacade . onSendTransaction = rifFetcher . sendTransactionHexData
99
+ result . paymentFacade . onSendTransaction =
100
+ rifFetcher . sendTransactionHexDataPost
100
101
return result
101
102
}
102
103
Original file line number Diff line number Diff line change 2152
2152
dependencies:
2153
2153
"@rsksmart/rsk-utils" "^1.1.0"
2154
2154
2155
- "@rsksmart/rif-wallet-services@^1.0.7 ":
2155
+ "@rsksmart/rif-wallet-services@^1.0.8 ":
2156
2156
version "1.0.8"
2157
2157
resolved "https://registry.yarnpkg.com/@rsksmart/rif-wallet-services/-/rif-wallet-services-1.0.8.tgz#d4b9099c0c931c295dbac357d1a35f383700028f"
2158
2158
integrity sha512-sKXNT3PU6eDYKSBZxV1vLOA/N/lOYavGjw4Q12dWCjyT3xv7uQtAKIB+njYTyK0HxaKfKcR0+Agq/4KIdiAZ/w==
You can’t perform that action at this time.
0 commit comments