Commit 2713fa3d authored by bitsoko services's avatar bitsoko services 👷🏿

Update channel.js

parent 75c511fa
......@@ -244,7 +244,10 @@ class ChannelAction {
await this.openChannel({ pubkey, amount });
} catch (err) {
this._nav.goChannelCreate();
this._notification.display({ msg: 'Creating channel failed!', err });
this._notification.display({
msg: 'Creating channel failed! ' + err,
err,
});
}
}
......@@ -351,4 +354,4 @@ class ChannelAction {
}
}
export default ChannelAction;
export default ChannelAction;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment