mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-05-22 03:13:04 +08:00
fix: [Rosetta] fix unintentional global error object mutations
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
"type": "array",
|
||||
"description": "All Errors that this implementation could return. Any error that is returned during parsing that is not listed here will cause client validation to error.",
|
||||
"items": {
|
||||
"$ref": "./../../entities/rosetta/rosetta-error.schema.json"
|
||||
"$ref": "./../../entities/rosetta/rosetta-error-no-details.schema.json"
|
||||
}
|
||||
},
|
||||
"historical_balance_lookup": {
|
||||
|
||||
Reference in New Issue
Block a user