diff --git a/sgx-catapult.rb b/sgx-catapult.rb index 7e375479e3ba917fd430d423687996eef2fc198f..345ae9823fd655cd28f514de8b68185ac2759804 100755 --- a/sgx-catapult.rb +++ b/sgx-catapult.rb @@ -166,9 +166,9 @@ module SGXcatapult end subscription(:request?) do |s| - # TODO: fix these - they don't actual work; write does not exist - #write(s.approve!) - #write(s.request!) + # TODO: are these the best to return? really need '!' here? + #write_to_stream s.approve! + #write_to_stream s.request! end end