Hotfix for undefined cpfp cluster bug
This commit is contained in:
parent
1f2c579f25
commit
c9445dcfe0
@ -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…
x
Reference in New Issue
Block a user