mirror of
https://github.com/AthanorLabs/atomic-swap.git
synced 2026-01-10 06:38:04 -05:00
feat: update SwapCreater.sol claimRelayer to no longer use forwarder (#449)
Co-authored-by: Dmitry Holodov <dimalinux@protonmail.com>
This commit is contained in:
@@ -25,7 +25,6 @@ func (s *IntegrationTestSuite) TestXMRMaker_DiscoverRelayer() {
|
||||
ctx := context.Background()
|
||||
c := rpcclient.NewClient(ctx, defaultXMRMakerSwapdEndpoint)
|
||||
|
||||
// see https://github.com/AthanorLabs/go-relayer/blob/master/net/host.go#L20
|
||||
peerIDs, err := c.Discover("relayer", defaultDiscoverTimeout)
|
||||
require.NoError(s.T(), err)
|
||||
require.Equal(s.T(), 1, len(peerIDs))
|
||||
|
||||
Reference in New Issue
Block a user