Add service provider auctions #59
@ -27,7 +27,6 @@ func NewMsgCreateAuction(
|
|||||||
numProviders int32,
|
numProviders int32,
|
||||||
signer sdk.AccAddress,
|
signer sdk.AccAddress,
|
||||||
) MsgCreateAuction {
|
) MsgCreateAuction {
|
||||||
fmt.Print(signer.String())
|
|
||||||
return MsgCreateAuction{
|
return MsgCreateAuction{
|
||||||
CommitsDuration: commitsDuration,
|
CommitsDuration: commitsDuration,
|
||||||
RevealsDuration: revealsDuration,
|
RevealsDuration: revealsDuration,
|
||||||
|
Loading…
Reference in New Issue
Block a user