Skip to content

Commit

Permalink
rpc td singlekeycheck
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Nov 27, 2023
1 parent bdf76dd commit 3817c56
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 47 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { MasterNodeRegTestContainer } from '@defichain/testcontainers'
import { ContainerAdapterClient } from '../../container_adapter_client'
import { TransferDomainType } from '../../../src/category/account'
import { TransferDomainKey, TransferDomainType } from '../../../src/category/account'
import waitForExpect from 'wait-for-expect'
import BigNumber from 'bignumber.js'

Expand Down Expand Up @@ -137,7 +137,8 @@ describe('Account', () => {
address: evmAddr,
amount: '3@DFI',
domain: TransferDomainType.EVM
}
},
[TransferDomainKey.SINGLE_KEY_CHECK]: false
}
])
await container.generate(1)
Expand Down
Loading

0 comments on commit 3817c56

Please sign in to comment.