From ceb90d31e91f400e5c9e2dc96dde5a5e24958957 Mon Sep 17 00:00:00 2001 From: Dennis Dawson Date: Mon, 16 Dec 2024 15:37:25 -0800 Subject: [PATCH] Update docs/references/protocol/data-types/mptoken.md Co-authored-by: Shawn Xie <35279399+shawnxie999@users.noreply.github.com> --- docs/references/protocol/data-types/mptoken.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/protocol/data-types/mptoken.md b/docs/references/protocol/data-types/mptoken.md index ac564e3995..e7d410abb1 100644 --- a/docs/references/protocol/data-types/mptoken.md +++ b/docs/references/protocol/data-types/mptoken.md @@ -45,7 +45,7 @@ The `MPTokenID` is the result of SHA512-Half of the following values, concatenat | `Flags` | number | UInt32 | (Default) See [MPToken Flags](#mptoken-flags) | | `PreviousTxnID` | string | Hash256 | Transaction ID of the transaction that most recently modified this object. | | `PreviousTxnLgrSeq` | number | UInt32 | The sequence of the ledger that contains the transaction that most recently modified this object. | -| `OwnerNode` | number | UInt64 | (Default) The page in the owner's directory where this item is referenced. | +| `OwnerNode` | string | UInt64 | (Default) The page in the owner's directory where this item is referenced. | ### MPToken Flags