Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
update network box label in the batch viewer (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramirotw authored May 2, 2022
1 parent cebd490 commit 8725ce7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function getNodes(txSettlement: TxSettlement, networkId: Network, heightSize: nu
if (!txSettlement.accounts) return []

const networkName = networkOptions.find((network) => network.id === networkId)?.name
const networkNode = { alias: networkName || '' }
const networkNode = { alias: `${networkName} Liquidity` || '' }
const builder = new ElementsBuilder(heightSize)
builder.node({ type: TypeNodeOnTx.NetworkNode, entity: networkNode, id: networkNode.alias })

Expand Down

0 comments on commit 8725ce7

Please sign in to comment.