Skip to content

Commit 300fac3

Browse files
committed
remove staking
1 parent 29b27e3 commit 300fac3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/architecture/adr-010.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In the future, we are planning to maintain the following fork permanently
2626

2727
### Implement pre-compiled for cosmos native module
2828

29-
We provide pre-compile for cosmos native module such as bank or staking.
29+
We provide pre-compile for cosmos native module such as bank module.
3030

3131
The input and output of methods are mapped with those defined cosmos native transactions
3232

@@ -40,10 +40,6 @@ interface IBankModule {
4040
}
4141
4242
43-
44-
interface IStakingModule {
45-
# to be completed
46-
}
4743
```
4844

4945
To call a precompiled, create an instance of the module interface with the precompiled address.

0 commit comments

Comments
 (0)