From 14f70824281c13e00ce4d4e8f92e173d90c7e70d Mon Sep 17 00:00:00 2001 From: Jingyu Zhou Date: Tue, 2 Jul 2019 14:48:02 -0700 Subject: [PATCH] Update binding API test documentation for GET_APPROXIMATE_SIZE --- bindings/bindingtester/spec/bindingApiTester.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bindings/bindingtester/spec/bindingApiTester.md b/bindings/bindingtester/spec/bindingApiTester.md index f9a5ea3a4b..ecce31d319 100644 --- a/bindings/bindingtester/spec/bindingApiTester.md +++ b/bindings/bindingtester/spec/bindingApiTester.md @@ -279,7 +279,9 @@ futures must apply the following rules to the result: #### GET_APPROXIMATE_SIZE - Calls get_approximate_size and pushes the resulting future onto the stack. + Calls get_approximate_size and stores the size in the internal stack machine + state as the approximate size. Pushes the byte string "GOT_APPROXIMATE_SIZE" + onto the stack. #### WAIT_FUTURE