Skip to content

Commit 935e3d2

Browse files
committed
Cleanup
1 parent 2aecac3 commit 935e3d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# <img src="./figures/logo.svg" alt="Pillar Logo" width="50" style="vertical-align: middle; margin-right: 8px;" /> Pillar <!-- markdownlint-disable-line MD033 -->
1+
# <img src="./figures/logo.svg" alt="Pillar Logo" width="30" style="vertical-align: middle; margin-right: 8px;" /> Pillar <!-- markdownlint-disable-line MD033 -->
22

33
Pillar is a zero-trust decentralized ledger that implements a Proof of Reputation (PoR) trust layer. It combines a conventional transaction layer with a reputation-driven incentive layer to reduce wasted computation and provide a trust metric for network participants.
44

libs/pillar_core/src/persistence/manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use std::{net::IpAddr, path::PathBuf};
22

33
use pillar_crypto::types::StdByteArray;
44

5-
use crate::{accounting::wallet::Wallet, blockchain::chain::Chain, nodes::{node::{self, Node}, peer::{Peer, PillarIPAddr}}, persistence::Persistable, PROTOCOL_PORT};
5+
use crate::{accounting::wallet::Wallet, blockchain::chain::Chain, nodes::{node::Node, peer::{Peer, PillarIPAddr}}, persistence::Persistable};
66

77

88

0 commit comments

Comments
 (0)