mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 10:21:52 +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
@ -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…
Reference in New Issue
Block a user