Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

add pinning script to expose this function #23

Open
todo bot opened this issue May 10, 2019 · 0 comments
Open

add pinning script to expose this function #23

todo bot opened this issue May 10, 2019 · 0 comments
Assignees

Comments

@todo
Copy link

todo bot commented May 10, 2019

// TODO add pinning script to expose this function
func CreateCompositeKeyForPvtRWSet(txid string, uuid string, blockHeight uint64) []byte {
var compositeKey []byte
compositeKey = append(compositeKey, prwsetPrefix)
compositeKey = append(compositeKey, compositeKeySep)
compositeKey = append(compositeKey, createCompositeKeyWithoutPrefixForTxid(txid, uuid, blockHeight)...)


This issue was generated by todo based on a TODO comment in e68ed45. It's been assigned to @fqutishat because they committed the code.
@todo todo bot assigned fqutishat May 10, 2019
@todo todo bot added the todo 🗒️ label May 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant