Skip to content

Commit b95052d

Browse files
committed
formatting
1 parent a1a3f48 commit b95052d

17 files changed

+13
-26
lines changed

lib/xrp/doc/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,4 @@ HUB_NETWORK_ID="testnet"
144144
```
145145

146146
b. lib/xrp/lib/assets/rippled/rippledconfig.py file. Here you can setup listners an network configuration for the network specified in part "a"
147-
148-
149-
147+

lib/xrp/lib/assets/rippled/configBuilder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ def main():
130130
sys.exit(1)
131131

132132
if __name__ == "__main__":
133-
main()
133+
main()

lib/xrp/lib/assets/rippled/ripple.repo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enabled=1
44
gpgcheck=0
55
repo_gpgcheck=1
66
baseurl=https://repos.ripple.com/repos/rippled-rpm/stable/
7-
gpgkey=https://repos.ripple.com/repos/rippled-rpm/stable/repodata/repomd.xml.key
7+
gpgkey=https://repos.ripple.com/repos/rippled-rpm/stable/repodata/repomd.xml.key

lib/xrp/lib/assets/rippled/rippled.cfg.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ validators.txt
2828
[ssl_verify]
2929
1
3030
[crawl]
31-
1
31+
1

lib/xrp/lib/assets/rippled/validators.txt.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@
5656
<<VALIDATOR_LIST_SITES>>
5757

5858
[validator_list_keys]
59-
<<VALIDATOR_LIST_KEYS>>
59+
<<VALIDATOR_LIST_KEYS>>

lib/xrp/lib/assets/user-data/check_xrp_sequence.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,4 @@ if ! main; then
212212
handle_error 1 "Failed to complete XRP sequence check"
213213
fi
214214

215-
exit 0
215+
exit 0

lib/xrp/lib/assets/user-data/synch-check.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ After=rippled.service
44

55
[Service]
66
Type=oneshot
7-
ExecStart=/opt/check_xrp_sequence.sh
7+
ExecStart=/opt/check_xrp_sequence.sh

lib/xrp/lib/assets/user-data/synch-check.timer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ OnUnitActiveSec=1min
77
Unit=synch-check.service
88

99
[Install]
10-
WantedBy=timers.target
10+
WantedBy=timers.target

lib/xrp/lib/config/XRPConfig.interface.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ export interface HAXRPBaseNodeConfig extends XRPBaseNodeConfig {
1515
heartBeatDelayMin: number;
1616
numberOfNodes: number;
1717
}
18-

lib/xrp/lib/config/createIniFile.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,3 @@ export function parseRippledConfig(filePath: string): RippledConfig {
3939

4040

4141

42-
43-
44-
45-
46-
47-
48-
49-

0 commit comments

Comments
 (0)