aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2019-02-18 11:51:21 +0800
committerWei-Ning Huang <w@dexon.org>2019-02-18 11:51:21 +0800
commit0ecb078d8fc917a6fee7d7046c7d135a21a459c3 (patch)
tree8f94b117de0d27d2beaee7f62e582dcf8fa22860
parent76e10d348a85024a69602d4f136185c00fecae31 (diff)
downloaddexon-wiki-0ecb078d8fc917a6fee7d7046c7d135a21a459c3.tar
dexon-wiki-0ecb078d8fc917a6fee7d7046c7d135a21a459c3.tar.gz
dexon-wiki-0ecb078d8fc917a6fee7d7046c7d135a21a459c3.tar.bz2
dexon-wiki-0ecb078d8fc917a6fee7d7046c7d135a21a459c3.tar.lz
dexon-wiki-0ecb078d8fc917a6fee7d7046c7d135a21a459c3.tar.xz
dexon-wiki-0ecb078d8fc917a6fee7d7046c7d135a21a459c3.tar.zst
dexon-wiki-0ecb078d8fc917a6fee7d7046c7d135a21a459c3.zip
Updated On Chain Random Oracle (markdown)
-rw-r--r--On-Chain-Random-Oracle.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/On-Chain-Random-Oracle.md b/On-Chain-Random-Oracle.md
index 627f406..b5a0ef6 100644
--- a/On-Chain-Random-Oracle.md
+++ b/On-Chain-Random-Oracle.md
@@ -45,5 +45,5 @@ rand = Keccak( Randomness . Caller . Nonce . RandCallIndex )
* `Randomness` is the block randomness signed by DKG set, unique for each block.
* Note: `Randomness` field is not available in the initial round.
* `Caller` is the address of the contract caller.
-* `Nonce` is the account nonce of the caller.
+* `Nonce` is the account nonce of the original caller.
* `RandCallIndex` number of times OP_RAND is called in the current transaction. \ No newline at end of file