Skip to content

Commit

Permalink
Merge branch 'subnet-create-nonsov' into convertSubnetAvaGo
Browse files Browse the repository at this point in the history
Signed-off-by: sukantoraymond <[email protected]>
  • Loading branch information
sukantoraymond authored Oct 8, 2024
2 parents d62c8c6 + 0d35df5 commit ae81087
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 431 deletions.
2 changes: 1 addition & 1 deletion cmd/blockchaincmd/add_validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func CallAddValidator(
return nil
}

func generateWarpMessageAddValidator(subnetID ids.ID, NodeID ids.NodeID, weight uint64, blsPublicKey string, expiry uint64) (warpPlatformVM.Message, error) {
func generateWarpMessageAddValidator(subnetID ids.ID, nodeID ids.NodeID, weight uint64, blsPublicKey string, expiry uint64) (warpPlatformVM.Message, error) {
return warpPlatformVM.Message{}, nil
}

Expand Down
Loading

0 comments on commit ae81087

Please sign in to comment.