Skip to content

error msg ‘wrong fact hash’ of the 'policy-updater' #51

@JustinInkyunPark

Description

@JustinInkyunPark

Expected Behavior

response status code 200

Actual Behavior

response status code 400
'wrong fact hash'

Steps to Reproduce the Problem

  1. javascript code :
  return Buffer.concat([
    this.token.toBuffer(),
    this.sender.toBuffer(),
    this.contract.toBuffer(),
    this.collection.toBuffer(),
    this.name.toBuffer(),
    this.royalty.toBuffer("fill"),          // <= 'fill' option means 'big-endian'
    this.uri.toBuffer(),
    this.currency.toBuffer(),
    Buffer.concat(this.whitelist.sort(SortFunc).map((w) => w.toBuffer())),
  ]);
}```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions