Skip to content

Commit

Permalink
Fix auxiliaries after withdraw refactor.
Browse files Browse the repository at this point in the history
  • Loading branch information
err508 committed Aug 22, 2018
1 parent afffe20 commit b8e2138
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
21 changes: 0 additions & 21 deletions raiden_contracts/contracts/test/TokenNetworkInternalsTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -218,27 +218,6 @@ contract TokenNetworkInternalsTest is TokenNetwork {
);
}

function verifyWithdrawSignaturesPublic(
uint256 channel_identifier,
address participant,
address partner,
uint256 total_withdraw,
bytes participant_signature,
bytes partner_signature
)
view
public
{
return verifyWithdrawSignatures(
channel_identifier,
participant,
partner,
total_withdraw,
participant_signature,
partner_signature
);
}

function getMerkleRootAndUnlockedAmountPublic(bytes merkle_tree_leaves)
view
public
Expand Down
1 change: 0 additions & 1 deletion raiden_contracts/tests/fixtures/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ def get(channel_identifier, participant, withdraw_amount, partner, delegate=None
channel_identifier,
participant,
withdraw_amount,
partner,
signature_participant,
signature_partner
).transact({'from': delegate})
Expand Down

0 comments on commit b8e2138

Please sign in to comment.