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