formatting updates
parent
2ea722c81c
commit
98ceab502b
|
@ -9,7 +9,7 @@ import "colinearcore/hardware.proto";
|
||||||
|
|
||||||
// Msg defines the Msg service.
|
// Msg defines the Msg service.
|
||||||
service Msg {
|
service Msg {
|
||||||
rpc NewAuction(MsgNewAuction) returns (MsgNewAuctionResponse);
|
rpc NewAuction(MsgNewAuction) returns (MsgNewAuctionResponse);
|
||||||
rpc NewBid(MsgNewBid) returns (MsgNewBidResponse);
|
rpc NewBid(MsgNewBid) returns (MsgNewBidResponse);
|
||||||
rpc LockFunds(MsgLockFunds) returns (MsgLockFundsResponse);
|
rpc LockFunds(MsgLockFunds) returns (MsgLockFundsResponse);
|
||||||
rpc UnlockFunds(MsgUnlockFunds) returns (MsgUnlockFundsResponse);
|
rpc UnlockFunds(MsgUnlockFunds) returns (MsgUnlockFundsResponse);
|
||||||
|
|
Loading…
Reference in New Issue