Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit 10911a3

Browse files
committed
change copy to must alreay be initialized
1 parent 88fb668 commit 10911a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const checkExistingContract = async function(prevCodeHash) {
4747

4848
const confirmDelete = function () {
4949
return askYesNoQuestion(
50-
chalk`{bold.white This method will delete your account. Beneficiary account must exist in order to transfer all Near tokens. Make sure to send all fungible tokens or NFTs that you own to the beneficiary account prior to deleting, as this method will only transfer NEAR tokens. Do you want to proceed? {bold.green (y/n) }}`,
50+
chalk`{bold.white This method will delete your account. Beneficiary account must already be initialized in order to transfer all Near tokens. Make sure to send all fungible tokens or NFTs that you own to the beneficiary account prior to deleting, as this method will only transfer NEAR tokens. Do you want to proceed? {bold.green (y/n) }}`,
5151
false);
5252
};
5353

0 commit comments

Comments
 (0)