Merge PR #3526: BaseApp Peer Review

This commit is contained in:
Joon
2019-02-07 17:52:24 -08:00
committed by Jack Zampolin
parent 38068a59ea
commit 685bfca1d4
7 changed files with 102 additions and 91 deletions
+2 -4
View File
@@ -17,6 +17,8 @@ type Result struct {
Codespace CodespaceType
// Data is any data returned from the app.
// Data has to be length prefixed in order to separate
// results from multiple msgs executions
Data []byte
// Log is just debug information. NOTE: nondeterministic.
@@ -28,10 +30,6 @@ type Result struct {
// GasUsed is the amount of gas actually consumed. NOTE: unimplemented
GasUsed uint64
// Tx fee amount and denom.
FeeAmount int64
FeeDenom string
// Tags are used for transaction indexing and pubsub.
Tags Tags
}