mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 17:47:01 +01:00
rethrow the error if it wasnt the genesis coinbase
This commit is contained in:
parent
d4719245f5
commit
fac40b1515
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ class BitcoinApi implements AbstractBitcoinApi {
|
||||||
if (e.message.startsWith('The genesis block coinbase')) {
|
if (e.message.startsWith('The genesis block coinbase')) {
|
||||||
return this.$returnCoinbaseTransaction();
|
return this.$returnCoinbaseTransaction();
|
||||||
}
|
}
|
||||||
|
throw e;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue