mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-11-24 06:25:47 +00:00
pleasing the linter
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
caf5dfdd93
commit
4849b8e7ed
@ -135,7 +135,7 @@ func IssueNFTAsset(name string, machineAddress string, domain string) (assetID s
|
|||||||
|
|
||||||
testMempoolAcceptResult := testMempoolAcceptResults[len(testMempoolAcceptResults)-1]
|
testMempoolAcceptResult := testMempoolAcceptResults[len(testMempoolAcceptResults)-1]
|
||||||
if !testMempoolAcceptResult.Allowed {
|
if !testMempoolAcceptResult.Allowed {
|
||||||
err = fmt.Errorf("not accepted by mempool: %+v %+v\n", testMempoolAcceptResult, signRawTransactionWithWalletResult)
|
err = fmt.Errorf("not accepted by mempool: %+v %+v", testMempoolAcceptResult, signRawTransactionWithWalletResult)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -65,7 +65,6 @@ func TestMachineNFTIssuance(t *testing.T) {
|
|||||||
err := util.IssueMachineNFT(goCtx, &machine, "https", "testnet-assets.rddl.io", "register_asset")
|
err := util.IssueMachineNFT(goCtx, &machine, "https", "testnet-assets.rddl.io", "register_asset")
|
||||||
assert.NoError(t, err)
|
assert.NoError(t, err)
|
||||||
wg.Done()
|
wg.Done()
|
||||||
|
|
||||||
}()
|
}()
|
||||||
}
|
}
|
||||||
wg.Wait()
|
wg.Wait()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user