fix readRaw errors not throwing
This commit is contained in:
@@ -154,10 +154,10 @@ export const readRaw = async (api: RippleAPI, hash: string): Promise<Memo> => {
|
||||
minLedgerVersion: 25235454
|
||||
})
|
||||
}catch(e){
|
||||
if(debug){
|
||||
// if(debug){
|
||||
console.log("READRAW ERR", e)
|
||||
throw e
|
||||
}
|
||||
// }
|
||||
throw e
|
||||
}
|
||||
|
||||
if (!tx || !tx.specification || !tx.specification['memos'] || !tx.specification['memos'][0]) {
|
||||
|
||||
Reference in New Issue
Block a user