Skip to content

Commit

Permalink
Merge pull request #11 from NetSepio/rushikesh-solona-wallet
Browse files Browse the repository at this point in the history
fix build
  • Loading branch information
Rushikeshnimkar authored Jun 3, 2024
2 parents 5b4a6b0 + 189e13d commit 3298932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/p2p-Node/p2p-node.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package p2pnode

import (
"context"
"log"
"time"

p2pHost "github.com/NetSepio/erebrus-gateway/app/p2p-Node/host"
Expand Down Expand Up @@ -59,6 +60,7 @@ func Init() {
if err != nil {
logrus.Error(err)
continue
log.Println(node)
}
// Attempt to connect to the peer
if err := ha.Connect(ctx, *peerInfo); err != nil {
Expand Down
2 changes: 1 addition & 1 deletion models/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ type Node struct {
StartTimeStamp int64 `json:"startTimeStamp"`
LastPingedTimeStamp int64 `json:"lastPingedTimeStamp"`
WalletAddressSui string `json:"walletAddress"`
WalletAddressSolana string `json:walletAddressSol"`
WalletAddressSolana string `json:"walletAddressSol"`
}

0 comments on commit 3298932

Please sign in to comment.