Skip to content

Commit a57cc81

Browse files
committed
Rpc coinbase outputs calculation fix & tests updates
1 parent 221e54c commit a57cc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zebra-rpc/src/methods/get_block_template_rpcs/get_block_template.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use jsonrpsee_types::{ErrorCode, ErrorObject};
77
use tower::{Service, ServiceExt};
88

99
use zebra_chain::{
10-
amount::{self, Amount, NegativeOrZero, NonNegative, MAX_MONEY},
10+
amount::{self, Amount, NegativeOrZero, NonNegative},
1111
block::{
1212
self,
1313
merkle::{self, AuthDataRoot},

0 commit comments

Comments
 (0)