Skip to content

Commit

Permalink
Merge pull request #72 from mehulbhuradia/patch-1
Browse files Browse the repository at this point in the history
fixed a typo in TrustChainTutorial.md
  • Loading branch information
InvictusRMC authored Mar 3, 2023
2 parents 593c333 + b78489d commit 9412cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/TrustChainTutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<TrustChainCommunity>()!!
val trustchain = IPv8Android.getInstance().getOverlay<TrustChainCommunity>()!!
```

We start by creating a proposal block. We use `TrustChainCommunity.createProposalBlock` method that takes three parameters:
Expand Down

0 comments on commit 9412cb6

Please sign in to comment.