mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-03 03:36:30 +03:00
do the one 0x
This commit is contained in:
parent
763e7d6d87
commit
2c85baa634
@ -298,7 +298,7 @@ fn main(our: Address, mut state: State) -> anyhow::Result<()> {
|
||||
let routers_raw = decoded.0;
|
||||
node.routers = routers_raw
|
||||
.iter()
|
||||
.map(|r| hex::encode(r))
|
||||
.map(|r| format!("0x{}", hex::encode(r)))
|
||||
.collect::<Vec<String>>();
|
||||
send = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user