integrate all the things
bugfix wip flow fix cleaning clean
This commit is contained in:
parent
2c3c0e8f1d
commit
ee9f63a161
419 changed files with 11973 additions and 1097 deletions
ui/util
|
@ -1,5 +1,5 @@
|
|||
// @flow
|
||||
import { regexAddress } from 'lbry-redux';
|
||||
import { regexAddress } from 'util/lbryURI';
|
||||
|
||||
export default function validateSendTx(address: string) {
|
||||
const errors = {
|
||||
|
@ -13,4 +13,4 @@ export default function validateSendTx(address: string) {
|
|||
}
|
||||
|
||||
return errors;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue