mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 18:03:00 +01:00
Hotfix for undefined cpfp cluster bug
This commit is contained in:
parent
e5efc2957a
commit
e18f3800be
@ -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…
Reference in New Issue
Block a user