mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 02:11:49 +01:00
Hotfix for undefined cpfp cluster bug
This commit is contained in:
parent
e5efc2957a
commit
e18f3800be
@ -120,8 +120,8 @@ class CpfpRepository {
|
|||||||
[clusterRoot]
|
[clusterRoot]
|
||||||
);
|
);
|
||||||
const cluster = clusterRows[0];
|
const cluster = clusterRows[0];
|
||||||
cluster.effectiveFeePerVsize = cluster.fee_rate;
|
|
||||||
if (cluster?.txs) {
|
if (cluster?.txs) {
|
||||||
|
cluster.effectiveFeePerVsize = cluster.fee_rate;
|
||||||
cluster.txs = this.unpack(cluster.txs);
|
cluster.txs = this.unpack(cluster.txs);
|
||||||
return cluster;
|
return cluster;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user