mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 14:50:52 +01:00
Merge pull request #1323 from mempool/simon/unknown-output-support
Display unknown for non standard output types
This commit is contained in:
commit
fd1514177f
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ class BitcoinApi implements AbstractBitcoinApi {
|
|||
if (map[outputType]) {
|
||||
return map[outputType];
|
||||
} else {
|
||||
return '';
|
||||
return 'unknown';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue