mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-23 14:40:27 +01:00
fix: ๐ correct partner fees
This commit is contained in:
parent
c536981c28
commit
e68894c8ca
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ export const ChannelCard: React.FC<ChannelCardProps> = ({
|
|||
} = partner_node_info?.node || {};
|
||||
|
||||
const { base_fee_mtokens, fee_rate, cltv_delta } =
|
||||
partner_fee_info?.channel?.policies?.[0] || {};
|
||||
partner_fee_info?.channel?.partner_node_policies || {};
|
||||
|
||||
const formatBalance = format({ amount: capacity });
|
||||
const formatLocal = format({ amount: local_balance });
|
||||
|
|
Loadingโฆ
Add table
Reference in a new issue