We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde2a05 commit 1e97f91Copy full SHA for 1e97f91
apps/invitation_record/sources/invitation.move
@@ -9,7 +9,7 @@ module invitation_record::invitation {
9
use moveos_std::timestamp;
10
use moveos_std::bcs;
11
use moveos_std::tx_context;
12
- use rooch_framework::simple_rng::{rand_u64_range, bytes_to_u64};
+ use rooch_framework::simple_rng::bytes_to_u64;
13
use moveos_std::timestamp::now_seconds;
14
use moveos_std::table_vec;
15
use moveos_std::table_vec::TableVec;
0 commit comments