mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-02 14:03:10 +00:00
Update waku/nwaku_test_utils.go
Co-authored-by: gabrielmer <101006718+gabrielmer@users.noreply.github.com>
This commit is contained in:
parent
5bde8e1b37
commit
c155e64078
@ -233,7 +233,7 @@ func (n *WakuNode) GetStoredMessages(storeNode *WakuNode, storeRequest *common.S
|
||||
|
||||
if len(storeMultiaddr) == 0 {
|
||||
Error("Store node has no available listen addresses")
|
||||
return nil, fmt.Errorf("store node has no available listen addresses")
|
||||
return nil, errors.New("store node has no available listen addresses")
|
||||
}
|
||||
|
||||
storeNodeAddrInfo, err := peer.AddrInfoFromString(storeMultiaddr[0].String())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user