Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Remove unnecessary new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasDotSol committed Feb 6, 2020
1 parent 7ca4c24 commit dc557ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions implementation/test/DepositFraudTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const _signerPubkeyX = '0xd4aee75e57179f7cd18adcbaa7e2fca4ff7b1b446df88bf0b4398e
const _signerPubkeyY = '0xe8bfb23428a4efecb3ebdc636139de9a568ed427fff20d28baa33ed48e9c44e1'
const _merkleProof = '0x886f7da48f4ccfe49283c678dedb376c89853ba46d9a297fe39e8dd557d1f8deb0fb1a28c03f71b267f3a33459b2566975b1653a1238947ed05edca17ef64181b1f09d858a6e25bae4b0e245993d4ea77facba8ed0371bb9b8a6724475bcdc9edf9ead30b61cf6714758b7c93d1b725f86c2a66a07dd291ef566eaa5a59516823d57fd50557f1d938cc2fb61fe0e1acee6f9cb618a9210688a2965c52feabee66d660a5e7f158e363dc464fca2bb1cc856173366d5d20b5cd513a3aab8ebc5be2bd196b783b8773af2472abcea3e32e97938283f7b454769aa1c064c311c3342a755029ee338664999bd8d432080eafae3ca86b52ad2e321e9e634a46c1bd0d174e38bcd4c59a0f0a78c5906c015ef4daf6beb0500a59f4cae00cd46069ce60db2182e74561028e4462f59f639c89b8e254602d6ad9c212b7c2af5db9275e48c467539c6af678d6f09214182df848bd79a06df706f7c3fddfdd95e6f27326c6217ee446543a443f82b711f48c173a769ae8d1e92a986bc76fca732f088bbe049'


contract('DepositFraud', (accounts) => {
let tbtcConstants
let mockRelay
Expand Down Expand Up @@ -286,7 +285,6 @@ contract('DepositFraud', (accounts) => {
})
})


describe('provideECDSAFraudProof', async () => {
before(async () => {
await testDeposit.setState(utils.states.ACTIVE)
Expand Down

0 comments on commit dc557ce

Please sign in to comment.