add verify setting
This commit is contained in:
parent
7b5197ff55
commit
bff14ea917
2 changed files with 5 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
@no-nitro: true;
|
@no-nitro: true;
|
||||||
@no-banner: false;
|
@no-banner: false;
|
||||||
|
@verifies: true;
|
||||||
|
|
||||||
@round: 8px;
|
@round: 8px;
|
||||||
@rounder: 16px;
|
@rounder: 16px;
|
||||||
|
|
|
@ -234,5 +234,8 @@ div[id^="message-accessories-"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Verified!
|
// Verified!
|
||||||
|
.vrf() when (@verifies = true) {
|
||||||
.verify('785219544364351499');
|
.verify('785219544364351499');
|
||||||
|
}
|
||||||
|
.vrf();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue