diff --git a/proto/nillion/meta/v1/tx.proto b/proto/nillion/meta/v1/tx.proto index e806cf8..06e7728 100644 --- a/proto/nillion/meta/v1/tx.proto +++ b/proto/nillion/meta/v1/tx.proto @@ -14,7 +14,7 @@ option go_package = "github.com/NillionNetwork/nilchain/x/meta/types"; service Msg { option (cosmos.msg.v1.service) = true; - // PayFor pays for a resource in the PET neteotk + // PayFor pays for a resource in the PET network rpc PayFor(MsgPayFor) returns (MsgPayForResponse); } diff --git a/x/meta/types/tx.pb.go b/x/meta/types/tx.pb.go index 8317515..02fef82 100644 --- a/x/meta/types/tx.pb.go +++ b/x/meta/types/tx.pb.go @@ -182,7 +182,7 @@ const _ = grpc.SupportPackageIsVersion4 // // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. type MsgClient interface { - // PayFor pays for a resource in the PET neteotk + // PayFor pays for a resource in the PET network PayFor(ctx context.Context, in *MsgPayFor, opts ...grpc.CallOption) (*MsgPayForResponse, error) } @@ -205,7 +205,7 @@ func (c *msgClient) PayFor(ctx context.Context, in *MsgPayFor, opts ...grpc.Call // MsgServer is the server API for Msg service. type MsgServer interface { - // PayFor pays for a resource in the PET neteotk + // PayFor pays for a resource in the PET network PayFor(context.Context, *MsgPayFor) (*MsgPayForResponse, error) }