Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
fix monitor check
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszos4chain authored and wregulski committed Dec 8, 2023
1 parent 83857ba commit 99cbc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action_transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func (c *Client) RecordRawTransaction(ctx context.Context, txHex string,
) (*Transaction, error) {
ctx = c.GetOrStartTxn(ctx, "record_raw_transaction")

allowUnknown := false
allowUnknown := true
monitor := c.options.chainstate.Monitor()
if monitor != nil {
allowUnknown = monitor.AllowUnknownTransactions()
Expand Down

0 comments on commit 99cbc30

Please sign in to comment.