refactor transaction details page items#1945
Conversation
e1060d7 to
fd2faf3
Compare
|
I need to add a screenshot here to make it easy to review |
831bbbd to
60f7ddf
Compare
|
Hey @claude do you spot any bugs or regression among these changes? |
|
Claude finished @ethicnology's task in 4m 39s —— View job Review: bugs & regressionsI focused on the 3 PR commits ( 🐛 1. LN swap address explorer link routes to the wrong network on Liquid wallets
final addressIsLiquid = swap.isChainSwap ? !isLiquid : false;
return addressIsLiquid
? locator<MempoolUrlBuilder>().liquidAddress(toAddress, ...)
: locator<MempoolUrlBuilder>().bitcoinAddress(toAddress, ...);For Fix idea: derive
|
|
Hey @basantagoswami we need your answers regarding claude suggestions |
3741fae to
016f317
Compare
No description provided.