chainntnfs: test both zmq and rpc bitcoind modes

This commit is contained in:
Elle Mouton
2022-05-04 11:29:11 +02:00
parent f766268e8c
commit 0459ccf542
6 changed files with 79 additions and 30 deletions

View File

@@ -13,4 +13,5 @@ import (
// powered chain notifier.
func TestInterfaces(t *testing.T) {
chainntnfstest.TestInterfaces(t, "bitcoind")
chainntnfstest.TestInterfaces(t, "bitcoind-rpc-polling")
}