Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix some typos in comment #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.abigen
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ RUN cd go-ethereum && env GOBIN= go install ./cmd/abigen
# copy contract bytecode & ABI generate by forge to container
ADD ./out /root/buidl-wallet-contracts

# copy detination folder to container for volume mounting
# copy destination folder to container for volume mounting
ADD ./abigen /root/buidl-wallet-contracts
2 changes: 1 addition & 1 deletion test/msca/6900/v0.7/PluginManager.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ contract PluginManagerTest is TestUtils {
vm.stopPrank();
}

/// try to install a random smart contract that doesnt' implement the plugin interface
/// try to install a random smart contract that doesn't implement the plugin interface
/// try to install it from owner and non-owner separately
function testInstallSCButNotPlugin() public {
// try to install testLiquidityPool, which is not a plugin
Expand Down