remove tx.GetFeePayer

This commit is contained in:
Ethan Buchman
2018-03-17 18:34:06 +01:00
parent df8f2ab2fa
commit eb23803833
6 changed files with 10 additions and 35 deletions
-4
View File
@@ -51,10 +51,6 @@ func (tx kvstoreTx) GetSignatures() []sdk.StdSignature {
return nil
}
func (tx kvstoreTx) GetFeePayer() sdk.Address {
return nil
}
// takes raw transaction bytes and decodes them into an sdk.Tx. An sdk.Tx has
// all the signatures and can be used to authenticate.
func decodeTx(txBytes []byte) (sdk.Tx, sdk.Error) {