Browse Source

types: check ResponseCheckTx too

pull/1780/head
Ethan Buchman 7 years ago
parent
commit
310beae63c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      types/result.go

+ 1
- 0
types/result.go View File

@ -152,4 +152,5 @@ type jsonRoundTripper interface {
var _ jsonRoundTripper = (*ResponseCommit)(nil)
var _ jsonRoundTripper = (*ResponseQuery)(nil)
var _ jsonRoundTripper = (*ResponseDeliverTx)(nil)
var _ jsonRoundTripper = (*ResponseCheckTx)(nil)
var _ jsonRoundTripper = (*ResponseSetOption)(nil)

Loading…
Cancel
Save