Skip to content

Commit

Permalink
[gh-2287] resolve borrowing object error for chain id.
Browse files Browse the repository at this point in the history
  • Loading branch information
Feliciss committed Sep 13, 2024
1 parent c7e1bba commit 0f8090c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ module rooch_framework::transaction_validator {

#[test]
fun test_validate_success() {
let chain_id = chain_id::chain_id();
let chain_id = 4;
std::debug::print(&chain_id);
let session_validator_id = session_validator::auth_validator_id();
std::debug::print(&session_validator_id);
Expand Down

0 comments on commit 0f8090c

Please sign in to comment.