Skip to content

Commit 89c1a24

Browse files
committed
fix: correct linter error
Signed-off-by: Simon Gellis <[email protected]>
1 parent ef68f8e commit 89c1a24

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

internal/blockchain/cardano/cardano.go

-8
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,6 @@ type Location struct {
7878
Address string `json:"address"`
7979
}
8080

81-
type cardanoInvokeContractPayload struct {
82-
ID string `json:"id"`
83-
From string `json:"from"`
84-
Address string `json:"address"`
85-
Method *fftypes.FFIMethod `json:"method"`
86-
Params []interface{} `json:"params"`
87-
}
88-
8981
func (c *Cardano) Name() string {
9082
return "cardano"
9183
}

0 commit comments

Comments
 (0)