mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 18:37:26 +08:00
remove unnecessary nil check
This commit is contained in:
parent
a90496efd6
commit
d8bea6bbf9
@ -5474,7 +5474,7 @@ req:A a rdfs:Property;
|
||||
}
|
||||
|
||||
// Create code execution payload (if operations provided)
|
||||
if operations != nil && len(operations) > 0 {
|
||||
if len(operations) > 0 {
|
||||
var domain [32]byte
|
||||
rand.Read(domain[:])
|
||||
var rendezvous [32]byte
|
||||
|
||||
Loading…
Reference in New Issue
Block a user