Skip to content

Commit 1e97f91

Browse files
authored
fix: remove simple rng use fun (#2989)
1 parent dde2a05 commit 1e97f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/invitation_record/sources/invitation.move

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module invitation_record::invitation {
99
use moveos_std::timestamp;
1010
use moveos_std::bcs;
1111
use moveos_std::tx_context;
12-
use rooch_framework::simple_rng::{rand_u64_range, bytes_to_u64};
12+
use rooch_framework::simple_rng::bytes_to_u64;
1313
use moveos_std::timestamp::now_seconds;
1414
use moveos_std::table_vec;
1515
use moveos_std::table_vec::TableVec;

0 commit comments

Comments
 (0)