Set fullTx option in constructor

This commit is contained in:
Taylor Gerring
2015-04-01 13:18:30 +02:00
parent dba9b83aa0
commit 88f2a96ca3
3 changed files with 17 additions and 19 deletions

View File

@ -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 {