more cleanup

int
This commit is contained in:
rigel rozanski
2017-07-07 01:27:29 -04:00
parent 82c0f98235
commit 1821f8bd7a
5 changed files with 6 additions and 53 deletions
-2
View File
@@ -63,7 +63,6 @@ type OneSig struct {
Signed `json:"signature"`
}
//Interfaces to fulfill
var _ keys.Signable = &OneSig{}
var _ basecoin.TxLayer = &OneSig{}
@@ -135,7 +134,6 @@ type MultiSig struct {
Sigs []Signed `json:"signatures"`
}
//Interfaces to fulfill
var _ keys.Signable = &MultiSig{}
var _ basecoin.TxLayer = &MultiSig{}