accord-maelstrom/src/main/java/accord/maelstrom/Json.java [304:310]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            buildKeys.addAll(buildReadKeys);
            Keys readKeys = new Keys(buildReadKeys);
            Keys keys = new Keys(buildKeys);
            MaelstromRead read = new MaelstromRead(readKeys, keys);
            MaelstromQuery query = new MaelstromQuery(client, requestId);

            return new Txn.InMemory(keys, read, query, update);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



accord-maelstrom/src/main/java/accord/maelstrom/MaelstromRequest.java [135:141]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        buildKeys.addAll(buildReadKeys);
        Keys readKeys = new Keys(buildReadKeys);
        Keys keys = new Keys(buildKeys);
        MaelstromRead read = new MaelstromRead(readKeys, keys);
        MaelstromQuery query = new MaelstromQuery(client, requestId);

        return new Txn.InMemory(keys, read, query, update);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



