mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-14 17:15:38 -04:00
bit of refactor, add RelayerError class
This commit is contained in:
parent
76209e11c0
commit
50054e0516
16 changed files with 164 additions and 114 deletions
|
@ -4,7 +4,7 @@ const {
|
|||
getTornadoWithdrawInputError,
|
||||
getMiningRewardInputError,
|
||||
getMiningWithdrawInputError,
|
||||
} = require('../src/validator')
|
||||
} = require('../src/modules/validator')
|
||||
|
||||
describe('Validator', () => {
|
||||
describe('#getTornadoWithdrawInputError', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue