From b78489d33134a22f91c73016bc1aa948ca6e129f Mon Sep 17 00:00:00 2001 From: mehulbhuradia <53063507+mehulbhuradia@users.noreply.github.com> Date: Fri, 3 Mar 2023 16:41:59 +0530 Subject: [PATCH] Update TrustChainTutorial.md fixed typo --- doc/TrustChainTutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/TrustChainTutorial.md b/doc/TrustChainTutorial.md index 74a1b7ff..6679054c 100644 --- a/doc/TrustChainTutorial.md +++ b/doc/TrustChainTutorial.md @@ -29,7 +29,7 @@ In TrustChain, a half-block pair represents exactly one transaction. A half-bloc We get a reference to the TrustChainCommunity: ```kotlin - val trustchain = IPV8Android.getInstance().getOverlay()!! + val trustchain = IPv8Android.getInstance().getOverlay()!! ``` We start by creating a proposal block. We use `TrustChainCommunity.createProposalBlock` method that takes three parameters: