diff --git a/src/contract/assembled_transaction.ts b/src/contract/assembled_transaction.ts index 58e416105..67d0ae0f6 100644 --- a/src/contract/assembled_transaction.ts +++ b/src/contract/assembled_transaction.ts @@ -485,7 +485,7 @@ export class AssembledTransaction { return this; } throw new AssembledTransaction.Errors.RestoreFailure( - `You need to restore some contract state before invoking this method. Automatic restore failed:\n${JSON.stringify(result)}` + `Automatic restore failed! You set 'restore: true' but the attempted restore did not work. Result:\n${JSON.stringify(result)}` ); }