Skip to content

Commit

Permalink
Merge pull request #7 from NetSepio/rushikesh-solona-wallet-address
Browse files Browse the repository at this point in the history
build fix
  • Loading branch information
Rushikeshnimkar authored Jun 3, 2024
2 parents e80417e + 1d3c9b9 commit f82d439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func main() {
// Call the function to generate the wallet address and store it in the global variable
core.GenerateWalletAddress()

core.GenerateWalletAddressSolana()
core.GenerateWalletAddresssolana()

go p2p.Init()
//running updater
Expand Down
2 changes: 1 addition & 1 deletion util/pkg/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type NodeStatus struct {
StartTimeStamp int64 `json:"startTimeStamp"`
Name string `json:"name"`
WalletAddress string `json:"walletAddress"`
WalletAddresssol string `json:"wallet"`
WalletAddresssol string `json:"walletAddressSol"`
}

func CreateNodeStatus(address string, id string, startTimeStamp int64, name string) *NodeStatus {
Expand Down

0 comments on commit f82d439

Please sign in to comment.