integrate all the things

bugfix

wip

flow

fix

cleaning

clean
This commit is contained in:
zeppi 2021-10-07 23:47:39 -04:00 committed by jessopb
parent 2c3c0e8f1d
commit ee9f63a161
419 changed files with 11973 additions and 1097 deletions

View file

@ -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;
};
}