types: remove unused CanonicalSignBytes (#6912)

Removes all vestiges of CanonicalSignBytes, which is unused
and untested.

Fixes #6679
This commit is contained in:
Emmanuel T Odeke
2020-08-02 15:13:41 +00:00
committed by GitHub
parent b3bbca343f
commit c7c66f8b36
2 changed files with 0 additions and 26 deletions
@@ -338,8 +338,6 @@ type TxBuilder interface {
SetFee(sdk.Fee)
GetMemo() string
SetMemo(string)
CanonicalSignBytes(cid string, num, seq uint64) ([]byte, error)
}
```