You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: XLS-0102-wasm-vm/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,7 +224,9 @@ Helper functions for working with rippled-encoded floats (e.g. IOU amounts).
224
224
225
225
### 5.9. Trace
226
226
227
-
Output debug info to the `rippled` debug log. The maximum size of data that can be passed into these functions is 1024 bytes.
227
+
Output debug info to the `rippled` debug log (if trace logging is enabled). The maximum size of data that can be passed into these functions is 1024 bytes (attempting to pass in more will trigger an error).
228
+
229
+
Each of these host functions will return `0` on success and a negative value on failure.
0 commit comments