You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The transaction details popup now shows change and replaced bonds. Also
in many placed the bond amount was multiplied by two to handle the bond
reserves requirement which bond updaters do not have, so this needed to
be updated.
Copy file name to clipboardExpand all lines: client/webserver/locales/en-us.go
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -524,6 +524,11 @@ var EnUS = map[string]string{
524
524
"fee": "Fee",
525
525
"tx_id": "Transaction ID",
526
526
"bond_id": "Bond ID",
527
+
"change_bond_id": "Change Bond ID",
528
+
"value": "Value",
529
+
"replaced_bonds": "Replaced Bonds",
530
+
"change_bond_tooltip": `The new bond required is smaller than the combined value of the replaced bonds, so a change bond that can be refunded sooner is created.`,
531
+
"replaced_bonds_tooptip": "This asset allows existing bonds to fund new bonds without having to be refunded first.",
0 commit comments