Bitcoind: Display the suggestion message on address page when address lookups is not implemented.
This commit is contained in:
parent
c4d1fad853
commit
9689ccf2ac
@ -113,7 +113,7 @@
|
|||||||
<span i18n="address.error.loading-address-data">Error loading address data.</span>
|
<span i18n="address.error.loading-address-data">Error loading address data.</span>
|
||||||
<br>
|
<br>
|
||||||
<i>{{ error.error }}</i>
|
<i>{{ error.error }}</i>
|
||||||
<ng-template [ngIf]="error.status === 413">
|
<ng-template [ngIf]="error.status === 413 || error.status === 405">
|
||||||
<br><br>
|
<br><br>
|
||||||
Consider view this address on the official Mempool website instead:
|
Consider view this address on the official Mempool website instead:
|
||||||
<br>
|
<br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user