Skip to content

Commit 3a568fd

Browse files
committed
fix: removes unused variable
1 parent 3830f18 commit 3a568fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

__tests__/integration/nano-contracts.test.js

-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ describe('nano contract routes', () => {
105105

106106
// Bet 200 to address 3
107107
const address3 = await wallet.getAddressAt(3);
108-
const address3Obj = new Address(address3, { network });
109108
const responseBet2 = await TestUtils.request
110109
.post('/wallet/nano-contracts/execute')
111110
.send({

0 commit comments

Comments
 (0)