Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
Update polyjuice-tests/src/test_cases/absent_address.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse authored Jun 28, 2022
1 parent fef45a6 commit ce74684
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion polyjuice-tests/src/test_cases/absent_address.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ fn absent_address_test() -> anyhow::Result<()> {
.get_account_id_by_script_hash(&contract_account.script_hash)?
.unwrap();

//call getBalance("0xdB81D2b8154A10C6f25bC2a9225F403D954D0B65")
// 0xdB81D2b8154A10C6f25bC2a9225F403D954D0B65 is an unregistered eth_address.
// call getBalance("0xdB81D2b8154A10C6f25bC2a9225F403D954D0B65")
let input =
hex::decode("f8b2cb4f000000000000000000000000db81d2b8154a10c6f25bc2a9225f403d954d0b65")?;
let block_info = new_block_info(block_producer.clone(), 1, 0);
Expand Down

0 comments on commit ce74684

Please sign in to comment.