mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-13 19:44:12 +00:00
Merge branch 'development' into feature/#934-advanced-settings
This commit is contained in:
commit
fa30de45a8
@ -63,7 +63,7 @@ const isTxValid = (t: SafeAppTx): boolean => {
|
||||
return false
|
||||
}
|
||||
|
||||
if (typeof t.value === 'string' && !/^\d+$/.test(t.value)) {
|
||||
if (typeof t.value === 'string' && !/^(0x)?[0-9a-f]+$/i.test(t.value)) {
|
||||
return false
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user