diff --git a/docs/movement-node/run/ansible/follower-node/README.md b/docs/movement-node/run/ansible/follower-node/README.md index ab3d48369..03ccb7a6a 100644 --- a/docs/movement-node/run/ansible/follower-node/README.md +++ b/docs/movement-node/run/ansible/follower-node/README.md @@ -2,7 +2,7 @@ Follower Nodes are nodes that are configured to sync with a Leader Node and are used to test the Movement Testnet. This document provides instructions on how to set up a Follower Node to sync with a Leader Node. ## Hardware Recommendations -By running the a Follower Node locally, you will be able to gauge the performance on a given network. If you are joining a network with high load, like the Movement Testnet, we recommend the following: +By running the Follower Node locally, you will be able to gauge the performance on a given network. If you are joining a network with high load, like the Movement Testnet, we recommend the following: - 32 cores - 64 GB RAM - 2 TB SSD w/ 60K IOPS and 200 MiB/s throughput diff --git a/protocol-units/bridge/move-modules/README.md b/protocol-units/bridge/move-modules/README.md index 6c6f6e95c..32cc6d654 100644 --- a/protocol-units/bridge/move-modules/README.md +++ b/protocol-units/bridge/move-modules/README.md @@ -34,7 +34,7 @@ However, because dummy values `0xcafe` for origin address and `0xc3bb...` for re ``` { - "Error": "Unexpected error: Unable to resolve packages for package 'bridge-modules': Unable to resolve named address 'resource_addr' in package 'bridge-modules' when resolving dependencies: Attempted to assign a different value '0xc3bb8488ab1a5815a9d543d7e41b0e0df46a7396f89b22821f07a4362f75ddc5' to an a already-assigned named address '0x9a781a5a11e364a7a67d874071737d730d14a43847c5025066f8cd4887212d4'" + "Error": "Unexpected error: Unable to resolve packages for package 'bridge-modules': Unable to resolve named address 'resource_addr' in package 'bridge-modules' when resolving dependencies: Attempted to assign a different value '0xc3bb8488ab1a5815a9d543d7e41b0e0df46a7396f89b22821f07a4362f75ddc5' to an already-assigned named address '0x9a781a5a11e364a7a67d874071737d730d14a43847c5025066f8cd4887212d4'" } ``` with your generated resource account address (instead of `0x9a78...`) based on your choice of seed value. diff --git a/util/godfig/README.md b/util/godfig/README.md index 9eb829ca2..4580134a2 100644 --- a/util/godfig/README.md +++ b/util/godfig/README.md @@ -2,4 +2,4 @@ ![Godfig](godfig.png) -Godfig is a simple persistent key-value store intended for configuration data. It is designed to be used in a distributed system where setups are performed and configurations may change. Godfig is designed to support multiple backends. It's original backends is file-based. \ No newline at end of file +Godfig is a simple persistent key-value store intended for configuration data. It is designed to be used in a distributed system where setups are performed and configurations may change. Godfig is designed to support multiple backends. Its original backends is file-based.