mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 14:50:52 +01:00
parent
211e5ab3fe
commit
381a310216
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