Skip to content

Commit

Permalink
Fix/recover (#372)
Browse files Browse the repository at this point in the history
* fix: recover change

* fix: recover change

* fix: recover change
  • Loading branch information
imstevez authored Sep 27, 2023
1 parent 9052f09 commit 01451fe
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 01451fe

Please sign in to comment.