nitowa 4 лет назад
Родитель
Сommit
7bdacd6ebd
2 измененных файлов: 3 добавлений и 1 удалений
  1. 2
    1
      src/index.ts
  2. 1
    0
      src/xrpIO/ripple-binding.ts

+ 2
- 1
src/index.ts Просмотреть файл

1
 export * from './xrpIO/ripple-binding'
1
 export * from './xrpIO/ripple-binding'
2
 export * from './util/types'
2
 export * from './util/types'
3
 export * from './util/protocol.constants'
3
 export * from './util/protocol.constants'
4
-export * from 'ripple-lib'
4
+export * from 'ripple-lib'
5
+export { RippleAPI } from 'ripple-lib'

+ 1
- 0
src/xrpIO/ripple-binding.ts Просмотреть файл

162
   }
162
   }
163
 
163
 
164
   if (!tx || !tx.specification || !tx.specification['memos'] || !tx.specification['memos'][0]) {
164
   if (!tx || !tx.specification || !tx.specification['memos'] || !tx.specification['memos'][0]) {
165
+    console.log(tx)
165
     throw new Error('Invalid Transaction ' + hash)
166
     throw new Error('Invalid Transaction ' + hash)
166
   }
167
   }
167
   return tx.specification['memos'][0]
168
   return tx.specification['memos'][0]

Загрузка…
Отмена
Сохранить