diff --git a/src/ScatterUser.ts b/src/ScatterUser.ts index 33a81d9..8f714dd 100644 --- a/src/ScatterUser.ts +++ b/src/ScatterUser.ts @@ -46,7 +46,7 @@ export class ScatterUser extends User { return this.returnEosjsTransaction(broadcast, completedTransaction) } catch (e) { throw new UALScatterError( - 'Unable to sign the given transaction', + e.message || 'Unable to sign the given transaction', UALErrorType.Signing, e) }