Skip to content

Commit

Permalink
data formatter fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
axenteoctavian committed Feb 13, 2024
1 parent e3672c8 commit eae7321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/deploy/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package deploy

// DataFormatter should format txs data for bridge operations
type DataFormatter interface {
CreateTxsData(bytes []byte) [][]byte
CreateTxsData(bytes []byte) []byte
IsInterfaceNil() bool
}

0 comments on commit eae7321

Please sign in to comment.