aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/responses_test.go
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-04-01 19:18:30 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-04-01 19:18:30 +0800
commit88f2a96ca3224bf59cf5639ffc4efabe2fe1f87b (patch)
treefd01d8ab56cbcb97882a36bd81f180ce55a674d7 /rpc/responses_test.go
parentdba9b83aa07ced653b24c3e34d55ffe13a740243 (diff)
downloadgo-tangerine-88f2a96ca3224bf59cf5639ffc4efabe2fe1f87b.tar
go-tangerine-88f2a96ca3224bf59cf5639ffc4efabe2fe1f87b.tar.gz
go-tangerine-88f2a96ca3224bf59cf5639ffc4efabe2fe1f87b.tar.bz2
go-tangerine-88f2a96ca3224bf59cf5639ffc4efabe2fe1f87b.tar.lz
go-tangerine-88f2a96ca3224bf59cf5639ffc4efabe2fe1f87b.tar.xz
go-tangerine-88f2a96ca3224bf59cf5639ffc4efabe2fe1f87b.tar.zst
go-tangerine-88f2a96ca3224bf59cf5639ffc4efabe2fe1f87b.zip
Set fullTx option in constructor
Diffstat (limited to 'rpc/responses_test.go')
-rw-r--r--rpc/responses_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/responses_test.go b/rpc/responses_test.go
index 5c6c6a895..43924151a 100644
--- a/rpc/responses_test.go
+++ b/rpc/responses_test.go
@@ -49,7 +49,7 @@ func TestNewBlockRes(t *testing.T) {
"timestamp": reNum,
}
- v := NewBlockRes(block)
+ v := NewBlockRes(block, false)
j, _ := json.Marshal(v)
for k, re := range tests {