Skip to content
This repository was archived by the owner on Aug 23, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,8 @@ private void updateMilestoneIndexOfSingleTransaction(TransactionViewModel transa
tangle.publish("sn %d %s %s %s %s %s", index, transaction.getHash(), transaction.getAddressHash(),
transaction.getTrunkTransactionHash(), transaction.getBranchTransactionHash(),
transaction.getBundleHash());
tangle.publish("sn_trytes %s %s %d", Converter.trytes(transaction.trits()), transaction.getHash(),
transaction.getTransaction().snapshot);
}

/**
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/iota/iri/zmq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Topics currently found in the latest code are
* `lmsi` for the latest solid milestone index
* `lmhs` for the latest solid milestone hash
* `sn` for newly confirmed transactions ( by solid milestone children measurement )
* `sn_trytes` for raw trytes, transaction hash, and snapshot index of confirmed transactions.
* `tx` for newly seen transactions
* `tx_trytes` trytes of newly seen transactions
* `<Address>` to watch activity on an address
Expand Down