Adjust path to account-decoder

This commit is contained in:
Michael Vines 2020-08-12 21:28:07 -07:00 committed by mergify[bot]
parent 77e43016f1
commit 50cd2956f8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ members = [
# 3. Use `cargo` normally
#
[patch.crates-io]
#solana-account-decoder = {path = "PATH_TO_SOLANA/clap-utils" }
#solana-account-decoder = {path = "PATH_TO_SOLANA/account-decoder" }
#solana-clap-utils = {path = "PATH_TO_SOLANA/clap-utils" }
#solana-cli-config = {path = "PATH_TO_SOLANA/cli-config" }
#solana-client = { path = "PATH_TO_SOLANA/client"}