Compare commits
No commits in common. "adf86b84d198c7715164acf3f75a97fb55d0e850" and "2ea722c81cf69289fbee0490bff642df4ebdc24c" have entirely different histories.
adf86b84d1
...
2ea722c81c
|
@ -1,9 +1,9 @@
|
|||
# Colinear Chain
|
||||
|
||||

|
||||

|
||||
?style=for-the-badge&logoColor=white&label=Ignite-CLI)
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||

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