We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f181c commit be79140Copy full SHA for be79140
1 file changed
src/broadcast/helpers.js
@@ -3,7 +3,7 @@ import api from "../api";
3
const defaultWeight = 1;
4
5
exports = module.exports = steemBroadcast => {
6
- steemBroadcast.addAccountAuth = async (
+ steemBroadcast.addAccountAuth = (
7
activeWif,
8
username,
9
authorizedUsername,
@@ -40,7 +40,7 @@ exports = module.exports = steemBroadcast => {
40
});
41
};
42
43
- steemBroadcast.removeAccountAuth = async (
+ steemBroadcast.removeAccountAuth = (
44
45
46
0 commit comments