mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Whitespace fix
This commit is contained in:
@@ -75,7 +75,7 @@ CREATE TABLE LocalAccounts ( -- wallet
|
||||
Seq BIGINT UNSIGNED, -- last transaction seen/issued
|
||||
Balance BIGINT UNSIGNED,
|
||||
LedgerSeq BIGINT UNSIGNED, -- ledger this balance is from
|
||||
KeyFormat CHARACTER(1), -- can be encrypted
|
||||
KeyFormat CHARACTER(1), -- can be encrypted
|
||||
PrivateKey BLOB,
|
||||
Comment TEXT
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user