Skip to content

Commit 5866fd5

Browse files
committed
add Phoenix explorer url
1 parent e1330a8 commit 5866fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/modules/phoenixTipper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,5 +223,5 @@ function getValidatedAmount(amount) {
223223
}
224224

225225
function txLink(txId) {
226-
return '' + txId;
226+
return 'http://explorer.phoenixcoin.org/tx/' + txId;
227227
}

0 commit comments

Comments
 (0)