mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-22 11:22:59 +03:00
fakenet: modify port registration
This commit is contained in:
parent
0ef56fc8fa
commit
2aac98ed14
@ -119,7 +119,7 @@ pub async fn mint_local(
|
||||
println!("tba, owner and bytes: {:?}, {:?}, {:?}", tba, _owner, bytes);
|
||||
|
||||
let localhost = Ipv4Addr::new(127, 0, 0, 1);
|
||||
let ip = helpers::encode_ipv4_as_u128(localhost);
|
||||
// let ip = helpers::encode_ipv4_as_u128(localhost);
|
||||
|
||||
let multicalls: Vec<Call> = vec![
|
||||
Call {
|
||||
@ -127,7 +127,7 @@ pub async fn mint_local(
|
||||
callData: Bytes::from(
|
||||
noteCall {
|
||||
note: "~ip".into(),
|
||||
data: ip.into(),
|
||||
data: localhost.to_string().into(),
|
||||
}
|
||||
.abi_encode(),
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user