mirror of
https://github.com/mempool/mempool.git
synced 2025-09-26 18:06:42 +02:00
rethrow the error if it wasnt the genesis coinbase
This commit is contained in:
@@ -35,6 +35,7 @@ class BitcoinApi implements AbstractBitcoinApi {
|
||||
if (e.message.startsWith('The genesis block coinbase')) {
|
||||
return this.$returnCoinbaseTransaction();
|
||||
}
|
||||
throw e;
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user