Gaëtan Renaudeau
6 years ago
No known key found for this signature in database
GPG Key ID: 7B66B85F042E5451
1 changed files with
5 additions and
1 deletions
-
src/bridge/RippleJSBridge.js
|
|
@ -20,7 +20,11 @@ import { |
|
|
|
import FeesRippleKind from 'components/FeesField/RippleKind' |
|
|
|
import AdvancedOptionsRippleKind from 'components/AdvancedOptions/RippleKind' |
|
|
|
import { getAccountPlaceholderName, getNewAccountPlaceholderName } from 'helpers/accountName' |
|
|
|
import { NotEnoughBalance, FeeNotLoaded, NotEnoughBalanceBecauseDestinationNotCreated } from 'config/errors' |
|
|
|
import { |
|
|
|
NotEnoughBalance, |
|
|
|
FeeNotLoaded, |
|
|
|
NotEnoughBalanceBecauseDestinationNotCreated, |
|
|
|
} from 'config/errors' |
|
|
|
import type { WalletBridge, EditProps } from './types' |
|
|
|
|
|
|
|
type Transaction = { |
|
|
|