auth.AccountStore assumes go-wire; Remove GetTxBytes() from Tx
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user