Skip to content

Commit

Permalink
changed App.js#49 to provide set_status method.
Browse files Browse the repository at this point in the history
  • Loading branch information
adsick committed Oct 18, 2021
1 parent 4e4767d commit 15ba518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const App = ({ contract, currentUser, nearConfig, wallet }) => {

const signIn = () => {
wallet.requestSignIn(
nearConfig.contractName,
{contractId: nearConfig.contractName, methodNames: ['set_status']},
"NEAR Status Message"
);
};
Expand Down

0 comments on commit 15ba518

Please sign in to comment.