hyperledger-archives / sawtooth-sdk-cxx

https://wiki.hyperledger.org/display/sawtooth
Apache License 2.0
4 stars 21 forks source link

Fix Regression from Using Reserved Word Namespace #4

Closed danintel closed 5 years ago

danintel commented 5 years ago

s/namespace/namespace_/g

Signed-off-by: danintel daniel.anderson@intel.com

danintel commented 5 years ago

Tested with docker build . -t sawtooth-sdk-cxx-local Regression caused by me in PR #3 during review. I changed a parameter from addr to namespace, but namespace is a C++ reserved word, causing a syntax error. The solution I used was to change it to namespace_ instead (which is done elsewhere in the same file).

dcmiddle commented 5 years ago

Build got hung up on the whitelist check. I've cleared that and restarted it.