Remove unnecessary log
Some checks failed
Build / build (pull_request) Successful in 2m44s
Protobuf / lint (pull_request) Successful in 26s
Integration Tests / test-integration (pull_request) Successful in 2m41s
E2E Tests / test-e2e (pull_request) Successful in 4m16s
Unit Tests / test-unit (pull_request) Successful in 2m16s
SDK Tests / sdk_tests_authority_auctions (pull_request) Failing after 6m25s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 8m12s
SDK Tests / sdk_tests (pull_request) Failing after 10m5s
Some checks failed
Build / build (pull_request) Successful in 2m44s
Protobuf / lint (pull_request) Successful in 26s
Integration Tests / test-integration (pull_request) Successful in 2m41s
E2E Tests / test-e2e (pull_request) Successful in 4m16s
Unit Tests / test-unit (pull_request) Successful in 2m16s
SDK Tests / sdk_tests_authority_auctions (pull_request) Failing after 6m25s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 8m12s
SDK Tests / sdk_tests (pull_request) Failing after 10m5s
This commit is contained in:
parent
3fcab10496
commit
ecddfb96bc
@ -27,7 +27,6 @@ func NewMsgCreateAuction(
|
||||
numProviders int32,
|
||||
signer sdk.AccAddress,
|
||||
) MsgCreateAuction {
|
||||
fmt.Print(signer.String())
|
||||
return MsgCreateAuction{
|
||||
CommitsDuration: commitsDuration,
|
||||
RevealsDuration: revealsDuration,
|
||||
|
Loading…
Reference in New Issue
Block a user