Skip to content

Commit

Permalink
chore: Update INTEGRATION.md (#133)
Browse files Browse the repository at this point in the history
Update INTEGRATION.md

fix typo
  • Loading branch information
adust09 authored Mar 7, 2024
1 parent 514b4f0 commit 5d25f19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INTEGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ type App struct {

...

// Create POA store key
// Create PoA store key
keys := storetypes.NewKVStoreKeys(
...
poa.StoreKey,
)

...

// Initialize the PoA Keeper and and AppModule
// Initialize the PoA Keeper and AppModule
app.POAKeeper = poakeeper.NewKeeper(
appCodec,
runtime.NewKVStoreService(keys[poatypes.StoreKey]),
Expand Down Expand Up @@ -235,4 +235,4 @@ A future optional upgrade will grant PoA networks the ability to migrate to PoS

Reasons this may be desired:
- The chain product has been successful and the network is ready to be decentralized.
- There is a new token use case that requires a PoS network for user delegations (ex: sharing platform rewards with stakers).
- There is a new token use case that requires a PoS network for user delegations (ex: sharing platform rewards with stakers).

0 comments on commit 5d25f19

Please sign in to comment.