mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 14:24:44 +00:00
Merge branch 'unstable' into validator-manager
This commit is contained in:
@@ -209,7 +209,7 @@ impl<'a> Builder<'a> {
|
||||
if path.exists() {
|
||||
return Err(Error::DepositDataAlreadyExists(path));
|
||||
} else {
|
||||
let hex = format!("0x{}", hex::encode(&deposit_data));
|
||||
let hex = format!("0x{}", hex::encode(deposit_data));
|
||||
File::options()
|
||||
.write(true)
|
||||
.read(true)
|
||||
|
||||
Reference in New Issue
Block a user