Fix tests for previous TxStore change.

This commit is contained in:
Josh Rickmar 2014-01-24 09:03:25 -05:00
parent b4373dc070
commit 13d310f8d4

View file

@ -266,7 +266,7 @@ func TestSendTxWriteRead(t *testing.T) {
}
func TestTxStoreWriteRead(t *testing.T) {
s := []interface{}{recvtx, sendtx}
s := []Tx{recvtx, sendtx}
store := TxStore(s)
bufWriter := &bytes.Buffer{}