rename RBF history to timeline
This commit is contained in:
parent
bdd51a0f4b
commit
2773c21343
@ -163,7 +163,7 @@
|
|||||||
|
|
||||||
<ng-container *ngIf="rbfInfo">
|
<ng-container *ngIf="rbfInfo">
|
||||||
<div class="title float-left">
|
<div class="title float-left">
|
||||||
<h2 id="rbf" i18n="transaction.rbf-history|RBF History">RBF History</h2>
|
<h2 id="rbf" i18n="transaction.rbf-history|RBF Timeline">RBF Timeline</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
<app-rbf-timeline [txid]="txId" [replacements]="rbfInfo"></app-rbf-timeline>
|
<app-rbf-timeline [txid]="txId" [replacements]="rbfInfo"></app-rbf-timeline>
|
||||||
|
@ -6176,10 +6176,10 @@ export const restApiDocsData = [
|
|||||||
type: "endpoint",
|
type: "endpoint",
|
||||||
category: "transactions",
|
category: "transactions",
|
||||||
httpRequestMethod: "GET",
|
httpRequestMethod: "GET",
|
||||||
fragment: "get-transaction-rbf-history",
|
fragment: "get-transaction-rbf-timeline",
|
||||||
title: "GET Transaction RBF History",
|
title: "GET Transaction RBF Timeline",
|
||||||
description: {
|
description: {
|
||||||
default: "Returns the RBF tree history of a transaction."
|
default: "Returns the RBF tree timeline of a transaction."
|
||||||
},
|
},
|
||||||
urlString: "v1/tx/:txId/rbf",
|
urlString: "v1/tx/:txId/rbf",
|
||||||
showConditions: bitcoinNetworks,
|
showConditions: bitcoinNetworks,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user