auth.AccountStore assumes go-wire; Remove GetTxBytes() from Tx

This commit is contained in:
Jae Kwon
2018-01-20 18:11:38 -08:00
parent 6d3b5cb402
commit 8fda920de0
7 changed files with 118 additions and 79 deletions
-4
View File
@@ -101,10 +101,6 @@ func (tx dummyTx) GetSigners() []crypto.Address {
return nil
}
func (tx dummyTx) GetTxBytes() []byte {
return tx.bytes
}
func (tx dummyTx) GetSignatures() []sdk.StdSignature {
return nil
}