mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-04-29 15:38:00 +00:00
Bootstrap contract user pubkey fix.
This commit is contained in:
@@ -31,7 +31,7 @@ int main(int argc, char **argv)
|
||||
const struct hp_user *user = &ctx->users.list[u];
|
||||
|
||||
// We allow only the owner of the instance to upload the bundle.zip
|
||||
if (strcmp(user->pubkey, argv[1]) != 0)
|
||||
if (strcmp(user->pubkey.data, argv[1]) != 0)
|
||||
continue;
|
||||
|
||||
// Iterate through all inputs from this user.
|
||||
|
||||
Reference in New Issue
Block a user