ignore gosec

This commit is contained in:
0xmuralik
2022-10-18 15:36:34 +05:30
parent 944d2702b2
commit 24fad163b2
13 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ package app
import (
"encoding/json"
"math/rand"
"math/rand" // #nosec G702
"time"
"github.com/cosmos/cosmos-sdk/codec"