rethrow the error if it wasnt the genesis coinbase
This commit is contained in:
parent
d4719245f5
commit
fac40b1515
@ -35,6 +35,7 @@ class BitcoinApi implements AbstractBitcoinApi {
|
||||
if (e.message.startsWith('The genesis block coinbase')) {
|
||||
return this.$returnCoinbaseTransaction();
|
||||
}
|
||||
throw e;
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user