Skip to content

Commit

Permalink
fix: recover change
Browse files Browse the repository at this point in the history
  • Loading branch information
imstevez committed Sep 27, 2023
1 parent cb2f9bc commit 0994313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settlement/swap/vault/vault.go
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ func (s *service) LastCheques(token common.Address) (map[common.Address]*SignedC
//
// request := &transaction.TxRequest{
// To: &s.address,
// data: callData,
// Data: callData,
// Value: big.NewInt(0),
// Description: fmt.Sprintf("vault withdrawal of %d WBTT", amount),
// }
Expand Down

0 comments on commit 0994313

Please sign in to comment.