mirror of
https://github.com/mempool/mempool.git
synced 2025-03-13 11:36:07 +01:00
Bitcoind: Display the suggestion message on address page when address lookups is not implemented.
This commit is contained in:
parent
c4d1fad853
commit
9689ccf2ac
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@
|
|||
<span i18n="address.error.loading-address-data">Error loading address data.</span>
|
||||
<br>
|
||||
<i>{{ error.error }}</i>
|
||||
<ng-template [ngIf]="error.status === 413">
|
||||
<ng-template [ngIf]="error.status === 413 || error.status === 405">
|
||||
<br><br>
|
||||
Consider view this address on the official Mempool website instead:
|
||||
<br>
|
||||
|
|
Loading…
Add table
Reference in a new issue