Merge pull request #4621 from BlueWallet/broadcasttx

FIX: Change address
This commit is contained in:
GLaDOS 2022-04-13 14:26:23 +01:00 committed by GitHub
commit f1bc996864
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -220,7 +220,7 @@ const SuccessScreen = ({ tx }) => {
<BlueSpacing20 /> <BlueSpacing20 />
<BlueTextCentered>{loc.settings.success_transaction_broadcasted}</BlueTextCentered> <BlueTextCentered>{loc.settings.success_transaction_broadcasted}</BlueTextCentered>
<BlueSpacing10 /> <BlueSpacing10 />
<BlueButtonLink title={loc.settings.open_link_in_explorer} onPress={() => Linking.openURL(`https://blockstream.info/tx/${tx}`)} /> <BlueButtonLink title={loc.settings.open_link_in_explorer} onPress={() => Linking.openURL(`https://mempool.space/tx/${tx}`)} />
</View> </View>
</BlueCard> </BlueCard>
</View> </View>