mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-19 22:51:51 +03:00
Merge branch 'main' into jf/eth-rpc
This commit is contained in:
commit
0f65357b30
@ -330,7 +330,7 @@ fn main(our: Address, mut state: State) -> anyhow::Result<()> {
|
|||||||
let routers_raw = decoded.0;
|
let routers_raw = decoded.0;
|
||||||
node.routers = routers_raw
|
node.routers = routers_raw
|
||||||
.iter()
|
.iter()
|
||||||
.map(|r| hex::encode(r))
|
.map(|r| format!("0x{}", hex::encode(r)))
|
||||||
.collect::<Vec<String>>();
|
.collect::<Vec<String>>();
|
||||||
send = true;
|
send = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user