diff --git a/Dockerfile b/Dockerfile index 0696b85ae..38548f6d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ COPY . /chain RUN make install -CMD bandd start --rpc.laddr tcp://0.0.0.0:26657 +CMD ["bandd", "start", "--rpc.laddr", "tcp://0.0.0.0:26657"] diff --git a/x/tss/README.md b/x/tss/README.md index 04604a9d4..cacb143f6 100644 --- a/x/tss/README.md +++ b/x/tss/README.md @@ -410,7 +410,7 @@ This event ( `create_group` ) is emitted when the group is created. | ------------- | ----------------- | | group_id | {groupID} | | size | {groupSize} | -| thredhold | {groupThreshold} | +| threshold | {groupThreshold} | | pub_key | "" | | status | {groupStatus} | | dkg_context | {groupDKGContext} |