Skip to content

Commit

Permalink
remove deposit call
Browse files Browse the repository at this point in the history
  • Loading branch information
lalexgap committed Oct 10, 2023
1 parent 51c2a28 commit a00c97a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions node/engine/chainservice/eth_chainservice.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,6 @@ func (ecs *EthChainService) SendTransaction(tx protocols.ChainTransaction) error
return err
}

_, err = ecs.na.Deposit(txOpts, tokenAddress, tx.ChannelId(), holdings, amount)
if err != nil {
return err
}

// TODO: Eventually this will just be a transfer of funds to the SCW
// instead of a call to the deposit function
abi, err := NitroAdjudicator.NitroAdjudicatorMetaData.GetAbi()
Expand Down

0 comments on commit a00c97a

Please sign in to comment.