a bunch of [32]byte conversions. still more needed.
This commit is contained in:
@@ -13,7 +13,7 @@ func TestEOSEMadness(t *testing.T) {
|
||||
defer rl.Close()
|
||||
|
||||
sub, err := rl.Subscribe(context.Background(), Filters{
|
||||
{Kinds: []int{KindTextNote}, Limit: 2},
|
||||
{Kinds: []uint16{KindTextNote}, Limit: 2},
|
||||
})
|
||||
assert.NoError(t, err)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user