Skip to content

Commit 3c28ce8

Browse files
cmickeybCopilot
andcommitted
Update exchange-contract/exchange/contracts/token_object.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Mic Bowman <cmickeyb@gmail.com>
1 parent 042b8ae commit 3c28ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange-contract/exchange/contracts/token_object.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ bool ww::exchange::token_object::get_token_metadata(
6565

6666
ww::value::Object deserialized_token_metadata;
6767
ERROR_IF_NOT(deserialized_token_metadata.deserialize(serialized_token_metadata.c_str()),
68-
"unexpected error: failed to deserialized token metadata");
68+
"unexpected error: failed to deserialize token metadata");
6969

7070
ww::value::Object token_metadata_schema;
7171
ERROR_IF_NOT(token_metadata_schema.deserialize(schema.c_str()),

0 commit comments

Comments
 (0)