Skip to content

Commit c484a9b

Browse files
committed
add comments back
1 parent d03c3f1 commit c484a9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

soroban/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ stellar contract deploy \
3434
--salt 616e63686f722d706c6174666f726d \
3535
-- \
3636
--admin ${MY_ACCOUNT} \
37-
--signer ${MY_ACCOUNT_PUBLIC_KEY_BYTES}
37+
--signer ${MY_ACCOUNT_PUBLIC_KEY_BYTES} # you can get this by calling KeyPair#rawPublicKey using the JS SDK
3838

3939
# Deploy the web auth contract
4040
stellar contract deploy \

0 commit comments

Comments
 (0)