Fix tests for previous TxStore change.
This commit is contained in:
parent
b4373dc070
commit
13d310f8d4
1 changed files with 1 additions and 1 deletions
|
@ -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{}
|
||||
|
|
Loading…
Reference in a new issue