aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornecrashter2022-04-24 22:22:23 +0300
committerYigit Sever2022-04-24 22:26:05 +0300
commitf429ec3983335c87d67644ecf9ee7d6c551534ff (patch)
tree7c3a1a241d48916c329ebbe00086b5f8a7dadf1a
parent8b87f7aecf8d5d9e5e78362c68bb7062c88b1367 (diff)
downloadgradecoin-site-f429ec3983335c87d67644ecf9ee7d6c551534ff.tar.gz
gradecoin-site-f429ec3983335c87d67644ecf9ee7d6c551534ff.tar.bz2
gradecoin-site-f429ec3983335c87d67644ecf9ee7d6c551534ff.zip
Fix the otherwise part in coinbase
-rw-r--r--content/block_docs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/block_docs.md b/content/block_docs.md
index 963db68..7d4d6e5 100644
--- a/content/block_docs.md
+++ b/content/block_docs.md
@@ -41,7 +41,7 @@ This transaction is called the *coinbase*, and its source will get awarded by th
41The amount of the reward is determined by `block_reward` field of [`/config`](/config). 41The amount of the reward is determined by `block_reward` field of [`/config`](/config).
42 42
43> Place one of your own transactions as the first item in `transaction_list`. 43> Place one of your own transactions as the first item in `transaction_list`.
44> Otherwise, someone else will receive the reward! 44> Otherwise, the server will not be able to authenticate you.
45 45
46# Mining 46# Mining
47The _mining_ process for the hash involves; 47The _mining_ process for the hash involves;