types: remove unused CanonicalSignBytes (#6912)
Removes all vestiges of CanonicalSignBytes, which is unused and untested. Fixes #6679
This commit is contained in:
@@ -338,8 +338,6 @@ type TxBuilder interface {
|
||||
SetFee(sdk.Fee)
|
||||
GetMemo() string
|
||||
SetMemo(string)
|
||||
|
||||
CanonicalSignBytes(cid string, num, seq uint64) ([]byte, error)
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user