Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion XLS-0102-wasm-vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,9 @@ Helper functions for working with rippled-encoded floats (e.g. IOU amounts).

### 5.9. Trace

Output debug info to the `rippled` debug log. The maximum size of data that can be passed into these functions is 1024 bytes.
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).

Each of these host functions will return `0` on success and a negative value on failure.

| Function Signature | Description | Gas Cost |
| :------------------------------------------------------------------------------------------------------------------------------------------------------ | :------------------------------------------------------ | :------- |
Expand Down