Skip to content

Commit d61ab4a

Browse files
authored
Merge pull request #1482 from Patrik-Stas/patch-1
Fix link to transactions.md page
2 parents 8ab2ed8 + 0cedf20 commit d61ab4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ As of now, RocksDB is used as a key-value database for all Storages.
66
- Sequence numbers start from 1 and then increase by 1 for each new transaction. There are no gaps in sequence numbers.
77
- RocksDB is used as a key-value storage where key is the sequence number and value is the transaction.
88
- A transaction is serialised (currently as MsgPack) before storing in the ledger, more on this in the Serialisation doc.
9-
- Exact format of each transaction can be found in [Indy Node Transactions](https://github.com/hyperledger/indy-node/blob/master/docs/transactions.md).
9+
- Exact format of each transaction can be found in [Indy Node Transactions](https://github.com/hyperledger/indy-node/blob/master/docs/source/transactions.md).
1010
- Each node hosts several ledgers each identified by a unique id:
1111
- Audit Ledger (id is `3`): Contains transactions for every ordered 3PC Batch with information about the pool state at the moment of batch ordering.
1212
It's used for synchronization between other ledgers and recovering of pool state by new or restarted nodes.

0 commit comments

Comments
 (0)