mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 22:25:34 +01:00
Hotfix for undefined cpfp cluster bug
This commit is contained in:
parent
e5efc2957a
commit
e18f3800be
1 changed files with 1 additions and 1 deletions
|
@ -120,8 +120,8 @@ class CpfpRepository {
|
|||
[clusterRoot]
|
||||
);
|
||||
const cluster = clusterRows[0];
|
||||
cluster.effectiveFeePerVsize = cluster.fee_rate;
|
||||
if (cluster?.txs) {
|
||||
cluster.effectiveFeePerVsize = cluster.fee_rate;
|
||||
cluster.txs = this.unpack(cluster.txs);
|
||||
return cluster;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue